no, you can just do what it does. look at the code, it doesnt do anything
special.

-igor


On 6/13/07, Andrew Berman <[EMAIL PROTECTED]> wrote:

So are you also saying I have to write my own PageMap class for the
continueToOriginalDestination?

On 6/13/07, Igor Vaynberg < [EMAIL PROTECTED]> wrote:
>
> you would basically have to rewrite this functionality.
>
> create your own restartresponse flavor exception and throw post params
> into session. then create your own continuetooriginaldestination()
>
> -igor
>
>
> On 6/13/07, Andrew Berman < [EMAIL PROTECTED]> wrote:
> >
> > Is there some workaround I can do?  I'm not on 1.3, I'm on 1.2.6.  I
> > gotta get this to work, I really cannot wait on a new release or fix at this
> > point.
> >
> > On 6/13/07, Igor Vaynberg <[EMAIL PROTECTED]> wrote:
> > >
> > > its actually correct. he wants to resume form-processing because his
> > > page _submits_ to a page that requires login. right now
> > > restartresponseatinterceptpage remembers the url and does a get on that 
url.
> > > it looks like we might have to remember the url/the request type/and post
> > > parameters as well, and then instead of doing a get on the return url we
> > > might have to do a post.
> > >
> > > dont think we have that yet, so please add an rfe.
> > >
> > > -igor
> > >
> > >
> > > On 6/13/07, Eelco Hillenius < [EMAIL PROTECTED]> wrote:
> > > >
> > > > It shouldn't. Certainly not in 1.3. Are you sure you didn't
> > > > overlook something?
> > > >
> > > > Eelco
> > > >
> > > > On 6/13/07, Andrew Berman <[EMAIL PROTECTED]> wrote:
> > > > > I've seen posts on this before but never a solution.  I have a
> > > > form which
> > > > > submits to a page which requires login.  As a result, I throw a
> > > > > RestartResponseAtInterceptPageException which takes the
> > > > > user to a login screen.  Once done with the login screen it's
> > > > supposed to go
> > > > > to the page the form submit sent the user to.  The problem is
> > > > that it goes
> > > > > back to the form page instead.  Is there any solution to this
> > > > problem?
> > > > >
> > > > > Thanks.
> > > > >
> > > > >
> > > > 
-------------------------------------------------------------------------
> > > > > This SF.net email is sponsored by DB2 Express
> > > > > Download DB2 Express C - the FREE version of DB2 express and
> > > > take
> > > > > control of your XML. No limits. Just data. Click to get it now.
> > > > > http://sourceforge.net/powerbar/db2/
> > > > > _______________________________________________
> > > > > Wicket-user mailing list
> > > > > Wicket-user@lists.sourceforge.net
> > > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > > >
> > > > >
> > > >
> > > >
> > > > 
-------------------------------------------------------------------------
> > > > This SF.net email is sponsored by DB2 Express
> > > > Download DB2 Express C - the FREE version of DB2 express and take
> > > > control of your XML. No limits. Just data. Click to get it now.
> > > > http://sourceforge.net/powerbar/db2/
> > > > _______________________________________________
> > > > Wicket-user mailing list
> > > > Wicket-user@lists.sourceforge.net
> > > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > > >
> > >
> > >
> > >
> > > -------------------------------------------------------------------------
> > > This SF.net email is sponsored by DB2 Express
> > > Download DB2 Express C - the FREE version of DB2 express and take
> > > control of your XML. No limits. Just data. Click to get it now.
> > > http://sourceforge.net/powerbar/db2/
> > > _______________________________________________
> > > Wicket-user mailing list
> > > Wicket-user@lists.sourceforge.net
> > > https://lists.sourceforge.net/lists/listinfo/wicket-user
> > >
> > >
> >
> >
> > -------------------------------------------------------------------------
> > This SF.net email is sponsored by DB2 Express
> > Download DB2 Express C - the FREE version of DB2 express and take
> > control of your XML. No limits. Just data. Click to get it now.
> > http://sourceforge.net/powerbar/db2/
> > _______________________________________________
> > Wicket-user mailing list
> > Wicket-user@lists.sourceforge.net
> > https://lists.sourceforge.net/lists/listinfo/wicket-user
> >
> >
>
>
> -------------------------------------------------------------------------
> This SF.net email is sponsored by DB2 Express
> Download DB2 Express C - the FREE version of DB2 express and take
> control of your XML. No limits. Just data. Click to get it now.
> http://sourceforge.net/powerbar/db2/
> _______________________________________________
> Wicket-user mailing list
> Wicket-user@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/wicket-user
>
>

-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user


-------------------------------------------------------------------------
This SF.net email is sponsored by DB2 Express
Download DB2 Express C - the FREE version of DB2 express and take
control of your XML. No limits. Just data. Click to get it now.
http://sourceforge.net/powerbar/db2/
_______________________________________________
Wicket-user mailing list
Wicket-user@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/wicket-user

Reply via email to