Re: Struts2 Invalid Request Page is not showing up

2013-08-12 Thread Sreekanth S. Nair
The following i found in documentation of TokenSessionStoreInterceptor. Hope the changes with respect to this is creating the problem. *That is, it will block subsequent requests until the first request is* * * complete, and then instead of returning the invalid.token code, it will attempt to displ

Struts2 Invalid Request Page is not showing up

2013-08-12 Thread Sreekanth S. Nair
Hi, We are using struts2 latest distribution, where we are using tokenSession interceptor for duplicate submission. Duplicate request processing is working fine but its not showing result page for duplicate form submission which we have defined in strust.xml as below. /error/accessDenied.jsp