re-submit form on page reload

I have a simple JSF form (UIForm). the values from it are inserted into DB by link action (submit) . after that the page reloads and the form fields are filled.

if I reload the page by "reload" button in the browser or F5 the form submits once more and the values are inserted into DB again.

- How can I turn off my action when the form re-submits?

- Or how can I disable post back to my form after action?

Thanks.

[447 byte] By [opletina] at [2007-11-27 5:56:24]
# 1
Does this help: http://blogs.sun.com/divas/entry/disabling_a_button_after_it
jetsonsa at 2007-7-12 16:27:01 > top of Java-index,Development Tools,Java Tools...