CSDN 论坛
at org.apache.struts2.interceptor.TokenInterceptor....今天也遇到了和你同样的问题,我用的是struts-core-...你可以把你的action继承ActionSupport,这样这个问题就...
阻止重复提交? struts2 的 token 这么搞绝对没问题!
<interceptor-ref name="token" ></interceptor-ref> <result name="invalid....2.这个 <action>映射的action.class是需要继承ActionSupport这个类的,不然struts...