Re: Missing Page Name on POST
Re: Missing Page Name on POST
- Subject: Re: Missing Page Name on POST
- From: Lachlan Deck <email@hidden>
- Date: Sat, 10 May 2008 05:25:19 +1000
Hi Hunter,
On 10/05/2008, at 4:57 AM, Hunter Hillegas wrote:
On May 9, 2008, at 11:37 AM, Lachlan Deck wrote:
The component itself is a very vanilla form with a few fields and
an image button submit.
Any ideas? I couldn't find anything interesting via Google so I
thought I would ask here.
Might need a few more details. e.g., relevant bindings?
Sure:
<...>
All looks normal.
MailingListForm : WOForm {
}
Tried binding the action to the WOForm also?
Anything else I can provide that would be helpful?
'SubmitButton' fires the 'addToMailingList' action - I have an NSLog
statement as the first line of 'addToMailingList' and it has not
been triggered so this exception seems to be firing before I even
get into my action.
Hmm. Does the project use Wonder (e.g., an old version) or any other
frameworks that patch the behaviour of stuff?
Are there any custom behaviours in the super class of the component or
something?
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:
<com.webobjects.appserver._private.WOHyperlink> : Missing page name.
at
com
.webobjects
.appserver._private.WOHyperlink.invokeAction(WOHyperlink.java:100)
at
com
.webobjects
.appserver
._private.WODynamicGroup.invokeChildrenAction(WODynamicGroup.java:
105)
at
com
.webobjects
.appserver
._private.WODynamicGroup.invokeAction(WODynamicGroup.java:115)
at
com.webobjects.appserver.WOComponent.invokeAction(WOComponent.java:
1079)
at com.webobjects.appserver.WOSession.invokeAction(WOSession.java:
1357)
at
com
.webobjects
.appserver.WOApplication.invokeAction(WOApplication.java:1745)
at
com
.webobjects
.appserver
._private
.WOComponentRequestHandler
._dispatchWithPreparedPage(WOComponentRequestHandler.java:206)
at
com
.webobjects
.appserver
._private
.WOComponentRequestHandler
._dispatchWithPreparedSession(WOComponentRequestHandler.java:298)
at
com
.webobjects
.appserver
._private
.WOComponentRequestHandler
._dispatchWithPreparedApplication(WOComponentRequestHandler.java:
332)
at
com
.webobjects
.appserver
._private
.WOComponentRequestHandler
._handleRequest(WOComponentRequestHandler.java:369)
at
com
.webobjects
.appserver
._private
.WOComponentRequestHandler
.handleRequest(WOComponentRequestHandler.java:445)
at
com
.webobjects
.appserver.WOApplication.dispatchRequest(WOApplication.java:1687)
at
com
.webobjects
.appserver._private.WOWorkerThread.runOnce(WOWorkerThread.java:144)
at
com
.webobjects
.appserver._private.WOWorkerThread.run(WOWorkerThread.java:226)
at java.lang.Thread.run(Thread.java:613)
with regards,
--
Lachlan Deck
_______________________________________________
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