ERROR com.opensymphony.xwork2.interceptor.ParametersInterceptor - Developer Notification (set struts.devMode to false to disable this message):
Unexpected Exception caught setting ‘page.everyPage’ on 'class com.express.action.HouseAction: Error setting expression ‘page.everyPage’ with value [‘10’, ]
当struts.devMode设置为true时,html表单数据中有和action属性匹配不上的参数名时就会被这样显示出来,没什么大碍,就是为了便于使用者调试。struts.devMode设置为false就没有了。
我也是找了半天原因,才看到这句话,其实人家早就指出解决方法了,set struts.devMode to false to disable this message
<!-- struts的开发模式,默认值为false -->
<constant name="struts.devMode" value="false" />