Feature Requests item #1468034, was opened at 2006-04-10 22:22 Message generated for change (Tracker Item Submitted) made by Item Submitter You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1468034&group_id=119783
Please note that this message will contain a full copy of the comment thread, including the initial issue submission, for this request, not just the latest update. Category: core Group: None Status: Open Priority: 5 Submitted By: Karthik Guru (karthik_g) Assigned to: Nobody/Anonymous (nobody) Summary: get PageMap.interceptContinuationURL to remember post data Initial Comment: currently PageMap stores only the URL on RestartResponseAtInterceptPageException. May be it should store some more information? Consider this example : 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 actually triggered by Page1.Form.Button ---------------------------------------------------------------------- You can respond by visiting: https://sourceforge.net/tracker/?func=detail&atid=684978&aid=1468034&group_id=119783 ------------------------------------------------------- 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&kid=110944&bid=241720&dat=121642 _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
