> Does it do this with 1.2.6?
>
> When I don't have it, and I hit refresh after submitting a form, I get the
> good ol' "postdata" message from Firefox. If I add setRedirect(true), there
> is no message.

That's surprising. What does your application object look like?

The default IRequestCycleSettings.RenderStrategy setting for Wicket
(since quite a long time) is to use
IRequestCycleSettings#REDIRECT_TO_BUFFER. Did you change that to
ONE_PASS_RENDER by any chance?

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