What is the 'path' setting for your namespace?
I've just renamed everything involved and now I just get a blank page when clicking the menu item.
Any ideas?
[EDIT]
This let me know that my namespace string was causing the original not found issue. Again it was the hyphens.
[ed. note: johnnyp last edited this post 11 years, 3 months ago.]
A good rule-of-thumb is to use no non-alpha characters or spaces in your project's name, and make your namespace a lowercase version of that. That will avoid a number of problems, especially if you want to create a transport package.
Cheers Bob, good advice. I tend to get a little carried away with hyphens and underscores in naming, I'm not a fan of camel case.
Do you have a RTFM account? Any chance you could correct the tutorial to note the namespace+action class name?
Done. Thanks for the suggestion.
Typically, they are the same except the namespace is all lowercase, but you're correct that if they're not, you should use the namespace. I've added couple of notes.
[ed. note: BobRay last edited this post 11 years, 3 months ago.]