Is there a use case where a duplicate form submission would be allowed?  If
not, why is it necessary to "remember" to connect all the dots to prevent a
duplicate form submit?  I think I would have been able to get over
connecting the plumbing myself if not for the newfound interceptor trouble. 
It seems you need to apply the tokenSession interceptor to individual action
mappings or else you will get an error on those mappings with pages that did
not contain a form/token.  I *must* be missing something here!


12:57:26,617  WARN org.apache.struts2.util.TokenHelper.getTokenName:124 -
Could not find token name in params.
12:57:26,627  WARN org.apache.struts2.util.TokenHelper.getTokenName:124 -
Could not find token name in params.
12:57:26,637  WARN org.apache.struts2.util.TokenHelper.getToken:105 - Could
not find token mapped to token name null
12:57:26,827 ERROR
org.apache.struts2.dispatcher.Dispatcher.serviceAction:512 - Could not find
action or result
-- 
View this message in context: 
http://www.nabble.com/%3Cform%3E%3Ctoken%3E%3Cinterceptor%3E%3Cresult%3E-tf4417290.html#a12599439
Sent from the Struts - User mailing list archive at Nabble.com.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to