• Open Menu Close Menu
  • Apple
  • Shopping Bag
  • Apple
  • Mac
  • iPad
  • iPhone
  • Watch
  • TV
  • Music
  • Support
  • Search apple.com
  • Shopping Bag

Lists

Open Menu Close Menu
  • Terms and Conditions
  • Lists hosted on this site
  • Email the Postmaster
  • Tips for posting to public mailing lists
Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

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


  • Follow-Ups:
    • Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
      • From: David LeBer <email@hidden>
References: 
 >Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference (From: Chuck Hill <email@hidden>)

  • Prev by Date: Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
  • Next by Date: Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
  • Previous by thread: Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
  • Next by thread: Re: AjaxSubmitButton with directActionRequestHandler results in cryptical class reference
  • Index(es):
    • Date
    • Thread