Re: Missing Page Name on POST
Re: Missing Page Name on POST
- Subject: Re: Missing Page Name on POST
- From: Mike Schrag <email@hidden>
- Date: Fri, 9 May 2008 15:29:41 -0400
57952 [WorkerThread3] WARN NSLog -
<com.webobjects.appserver._private.WOComponentRequestHandler>:
Exception occurred while handling request:
java.lang.IllegalStateException:
<com.webobjects.appserver._private.WOHyperlink> : Missing page
name.
[2008-5-9 11:15:54 PDT] <WorkerThread3>
java.lang.IllegalStateException:
This error only happens when your invoke action fires for a hyperlink
that doesn't have a pageName bound. The only WOHyperlink on your page
is a direct action link, which should have generated a DA link (and
not a component action). This means the only way WOHyperlink's
invokeAction is being triggered is that most likely you are changing
page structure during takeValues such that the element ID's are
misaligned by the time it invokeAction's. That would be my guess ...
Like a conditional somewhere in front of the hyperlink changing, etc.
ms
_______________________________________________
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