ERROR ParametersInterceptor Developer Notification (set struts.devMode to false to disable this message)

如果发现你的Java项目报如下错误信息:

ERROR ParametersInterceptor Developer Notification (set struts.devMode to false to disable this message):
Unexpected Exception caught setting 'limit' on 'class org.dcc.action.MtAction: Error setting expression 'limit' with value ['10', ]
ERROR ParametersInterceptor Developer Notification (set struts.devMode to false to disable this message):
Unexpected Exception caught setting 'offset' on 'class org.dcc.action.MtAction: Error setting expression 'offset' with value ['0', ]
ERROR ParametersInterceptor Developer Notification (set struts.devMode to false to disable this message):
Unexpected Exception caught setting 'order' on 'class org.dcc.action.MtAction: Error setting expression 'order' with value ['asc', ]

解决办法:修改struts的配置信息struts.devMode=false即可。

正在加载评论...