Now when I call a direct action I keep getting a no such method exceptions.
It appears that my DirectAction class is not being used instead of the
default WODirectionAction.
For instance, if I go to App.woa/wa/test I'll get:
java.lang.NoSuchMethodException:
com.webobjects.appserver.WODirectAction.testAction()
even if I have in my DirectAction class:
public WOActionResults testAction(){ return null; }
_______________________________________________
Do not post admin requests to the list. They will be ignored.
Webobjects-dev mailing list ([email protected])
Help/Unsubscribe/Update your Subscription:
https://lists.apple.com/mailman/options/webobjects-dev/archive%40mail-archive.com
This email sent to [email protected]