You are viewing a plain text version of this content. The canonical link for it is here.
Posted to users@myfaces.apache.org by daniel ccss <da...@gmail.com> on 2007/07/11 23:04:47 UTC

Reload Page

Hi all, one question how I can reload a JSF page.

For example I have one page (principal) where I show some data, from this
page i can go to another JSF page in which i change some data and save it on
the database, then a navigation is make to the principal page but the data
doesn´t refresh until I press F5, how can I reload the principal page from
code after the navigation to it is made?

Thanks