Page1 has a Form that has a Button with setDefaultFormProcessing(false)

Button.onSubmit(new Page2() )


But since Page2 is marked secure and the user is not logged in, the
auth strategy takes me to SignonPage. After i sign in , on
SignOnPage.onSubmit( ) i do continueToOriginalDestination( ),

But by the time the request goes to Page1.onSubmit( ) , it no longer
remembers the fact that
it was triggered by Button. It does call Page1.Form.onFormSubmitted.
But it no longer remembers that the call was triggered by
Page1.Form.Button

First of all is this a correct usage of continueToOriginalDestination?

thanks
 -- karthik --


-------------------------------------------------------
This SF.Net email is sponsored by xPML, a groundbreaking scripting language
that extends applications into web and mobile media. Attend the live webcast
and join the prime developer group breaking into this new coding territory!
http://sel.as-us.falkag.net/sel?cmd=lnk&kid0944&bid$1720&dat1642
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to