Hi there
Im using spring mvc with tiles and jsp. Normally, when users use the back button of the browser, after submitting a form, the form is submitted again.
How can i prevent this form to be submitted again (and for example show a default page showing a message like 'you cannot submit this right now')?
Thanks in advance :cool:

