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.
<global-results>
 <result name="accessDeniedError">/error/accessDenied.jsp</result>
<result name="invalid.token">/error/invalidRequest.jsp</result>
</global-results>

-- 
Thanks & Regards
Srikanth

Reply via email to