Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
- Subject: Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
- From: Ramsey Gurley <email@hidden>
- Date: Tue, 17 Sep 2013 09:12:50 -0700
On Sep 16, 2013, at 10:19 PM, Dipl.-Ing. Jens Lünstedt wrote:
> "URL" = "/cgi-bin/WebObjects/LTPDevBase.woa/ajax/ICLTPm2D2qPW7jR89Hpw50/6.1?1379393722978";
> }
>
> IllegalStateException: <er.extensions.appserver.ERXDirectActionRequestHandler> Couldn't locate action class named 'ICLTPm2D2qPW7jR89Hpw50'.
>
ERXDirectActionRequestHandler should not be handling urls with the /ajax/ request handler key. It should be handling /wa/ urls. The AjaxRequestHandler should be handling /ajax/ urls.
The direct action request handler looks at the part after the request handler key and attempts to find a method named ICLTPm2D2qPW7jR89Hpw50 on your app's DirectAction class or any direct action class named ICLTPm2D2qPW7jR89Hpw50 where it could call the defaultAction() method. Since neither of those exist, you get the exception.
I don't know how you arrived in such a state, but this problem is the result.
Ramsey
_______________________________________________
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