Hi,

in our app someone used ONE_PASS_RENDER to bypass/workaround problems with the redirect-after-post pattern in a Apache/Tomcat scenario where the app was not mounted under root path in tomcat, but was mounted under root path in the apache. I figured out the problems with missing rewrite rules.

Then I switched back to the default: REDIRECT_TO_BUFFER

But now I have s.th. that I don't understand: If I post a form, I get a response with a redirect and all errors/feedback messages are displayed correctly. But if I reload the page again a GET to the very same page is done, but the feedback messages are gone.

I've also found out that this isn't only a behaviour in our app, but can also be found e.g. here in the CDAPP Example: http://www.wicket-library.com/wicket-contrib-examples/cdapp

Just select one CD, delete title for example, press save and you're presented some error feedback. But when you hit "reload", the messages are gone.

How do I keep the error messages, when wicket render to the buffer?

Thanks for your help,
Chris

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org
For additional commands, e-mail: users-h...@wicket.apache.org

Reply via email to