If you use a <redirect> tag in your navigation case, this will happen. Note that you cannot currently preserve messages or saveState data across a redirect. I recommend only using a redirect when you're going to a new page that has no dependencies on the previous page.
On 3/16/06, Anthony Hong <[EMAIL PROTECTED]> wrote: > There is a problem in jsf page when refreshing browser. > > Say there is a page to create a new car information(A form with > serveral input text boxes). > After clicking save button. I click refresh button in IE tool bar or > F5. Then it the form re-submitted and create again. But I want it > refresh current page with an empty form. Just like re-enter this page. > > It looks like JSF always do the latest request action if you click refresh. > How to detect refresh > > -- > > Anthony Hong >

