> Actually even statelessforms are not going to save you in this case
> because you wanted to have the user login first. This is most commonly
> achieved by throwing a RestartResponseAtInterceptPage. But that does
> not save form postdata in the request, so even though you will get
> back to the form you don't have the postdata to save.

True, but the request parameters are available for you to pass on to
the next request, so if you think a little bit about it you can do it.

Eelco

-------------------------------------------------------------------------
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