Re: Multiple Window and Struts2 token issue.

2013-03-07 Thread Sreekanth S. Nair
I found it myself that itself is the problem. token should always accompany with a unique name, struts2 always uses the default name for token field ie *struts.token*. As a conclusion to avoid the below mentioned problem, we have to add token tag like . So now my first form having and second one

Multiple Window and Struts2 token issue.

2013-03-06 Thread Sreekanth S. Nair
Hi, I have a web app where its having a couple of operations say for example Create User and Create Role. Both these forms are having struts2 token for handling duplicate submit. Its working as expected. Now the problem is when try to open both of it and try to save both of it. The window ope