Details
Description
I'm using the s:token tag in a jsf form to avoid double form submits. It works well so far. When the form is submitted and you go "back" to the form and
try to submit it again, the token tag adds the error msg "Invalid resubmit of the same form" to the messages and stays on the form.
But now, when you click submit again - ignoring the message - it successfully submits the form! I assume this is a bug. Since it shouldn't render a new token when the validation msg is shown. It should keep the "old" one to avoid re-submition.