Now we just do a redirect to that url. But that is ofcourse not possible with post data.
So if we want this somehow. We need to store the RequestParameters map.
And then do the dispatch directly, We can't do a redirect then but first we need to handle the response.
(and we already where handling a response)
johan
On 5/2/06, SourceForge.net <[EMAIL PROTECTED]
> wrote:
Bugs item #1480327, was opened at 2006-05-02 11:31
Message generated for change (Tracker Item Submitted) made by Item Submitter
You can respond by visiting:
https://sourceforge.net/tracker/?func=detail&atid=684975&aid=1480327&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
Resolution: None
Priority: 5
Submitted By: Karthik Guru (karthik_g)
Assigned to: Nobody/Anonymous (nobody)
Summary: PageMap stores only the URL on RestartResponseAtInterceptPag
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=684975&aid=1480327&group_id=119783
-------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
Wicket-develop mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/wicket-develop
