Re: Struts2 token problem

2014-08-20 Thread Lukasz Lenart
2014-08-18 11:48 GMT+02:00 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

Re: Struts2 token problem

2014-08-19 Thread Arpan
Hi Martin, We are using struts2 and I didn't find savetoken and other methods to manipulate session token value. Moreover we are using different actions for main form and window form. Thanks On Tue, Aug 19, 2014 at 1:29 AM, Martin Gainty wrote: > you have both html forms use the same action b

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