Michael Jouravlev wrote the following on 4/28/2005 11:35 AM:
What I meant is that if you always resubmit, then you cannot refresh a form without resubmitting again.
I'm not sure what you mean here. If you plan to reshow the same form again after you submit you could either A) if you using Request scope just stick the form back into scope in your Actoin or B) if using Session scope, do nothing. Neither require the use of hidden vars.
What if you DO need to go back and to resubmit?
Well I'm confused. If you want to allow the to rebsubmit then don't use the Token. If you want to ensure they do not use duplicate submits then you implement the token. I must be missing something because I don't see how the use of hidden vars and, even worse, 'oldValue', 'newValue' hidden vars makes things any easier?
Can you explain a situation that requires their use as was defined in this thread? (Don't get me wrong, I see the use of hidden vars, but never to represent my whole form's previously submitted values.)
-- Rick
--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]