Reload page « Web « Spring Q&A





1. How to reload page on server event?    forum.springsource.org

Hi, Do you know any way to reload a page on server event? Moreover the specific DIV should be reloaded not the whole page. And moreover it should not be simple ...

2. Handling InvalidPropertyException during page reload    forum.springsource.org

Handling InvalidPropertyException during page reload I have a view/jsp in which the user is enabled to add and remove links. It all works fine unless I have removed the last link ...

3. how to reload current page after switch locale    forum.springsource.org

I am working on AbstractWizardController with locale switch, does anyone know how to redisplay current page (for example, on page 3) after switch locale. I use response.redirect(myController.html), it always goes to ...