Hi,

I have a form where the action uses the saveToken/isTokenValid pattern for preventing double submit. This page also has links that popup another page where the action uses saveToken/isTokenValid also (this page can be called stand-alone too, not always from popup link). Problem is that when the popup is dismissed, the token on the original page is no longer valid and the user has to submit the page 2x in order for isTokenValid to succeed. Anyone run into this? What is a good way to solve it?

I'm using struts 1.2.4 on tomcat 5.0.28 and jdk 1.5.0_05.

Thanks
--
Frank Maritato

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to