当前位置: 代码迷 >> Java Web开发 >> 在Struts2中,小弟我用web.action?bh=2008011传递bh参数给web.action,程序运行可以正常显示但,Tomcat老是说“严重警告:【setParameters】:Unexpected Exception caught …”
  详细解决方案

在Struts2中,小弟我用web.action?bh=2008011传递bh参数给web.action,程序运行可以正常显示但,Tomcat老是说“严重警告:【setParameters】:Unexpected Exception caught …”

热度:374   发布时间:2016-04-17 12:15:32.0
在Struts2中,我用web.action?bh=2008011传递bh参数给web.action,程序运行可以正常显示但,Tomcat老是说“严重警告:【setParameters】:Unexpected Exception caught ……”
在Struts2中,我用web.action?bh=2008011传递bh参数给web.action,
程序运行可以正常显示,
但Tomcat老是说“严重警告:【setParameters】:Unexpected Exception caught setting 'bh' on ……,:Error setting expression 'bh'……”

请高手帮忙

------解决方案--------------------
你把参数放在hidden中传过去试试。
  相关解决方案