Hi

I've got a question regarding the browser back button, and the reload
button.

The situation is:

- client state saving
- a page with a command link
- the command link invokes an action, and navigates to another page

So, in the following scenario

show the page
click the command link
the other page is displayed
user clicks back
the previous page is displayed
the user presses refresh
the action is invoked again.

I do not want that the action is invoked again. Is there any way to
prevent
this behavior? I only want to redisplay the page, but without any action
invocation. Do i have to implement a kind of sequence number for action
handling, to prevent that a defined action is invoked twice? Is there a
special
MyFaces component available, or any configuration parameter?

Thanks a lot for any help!!

Mirko

Reply via email to