RE: Struts2 token problem

2014-08-18 Thread Martin Gainty
you have both html forms use the same action but then you would need to synchronize access method to saving/reset of token Here is an example: http://www.coderanch.com/t/51602/Struts/Duplicate-form-submission-Synchronizer-Token Martin > Date: Mon, 18 Aug 2014 15:18:25 +0530 > Sub

Struts2 token problem

2014-08-18 Thread Arpan
HI All, I am facing an issue related to maintaining session token value when we have window forms. We have a main form, which needs token to submit. There is a link through which we can open a window , which also needs token and can submit the form. Once we close the window and try to submit the