Re: Wrong Session class
Re: Wrong Session class
- Subject: Re: Wrong Session class
- From: Ted Archibald <email@hidden>
- Date: Fri, 17 Feb 2012 05:02:44 -0600
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@hidden)
Help/Unsubscribe/Update your Subscription:
This email sent to email@hidden