HTTP Status 500 - Caught an exception while getting the property values of cn.com.app.EmployAction@5

版权声明:博客知识产权来源命运的信徒,切勿侵权 https://blog.csdn.net/qq_37591637/article/details/84975379

错误提示信息如下

 HTTP Status 500 - Caught an exception while getting the property values of cn.com.app.EmployAction@5d5787bc - Class: ognl.ObjectPropertyAccessor

org.apache.jasper.JasperException: Caught an exception while getting the property values of cn.com.app.EmployAction@5d5787bc - Class: ognl.ObjectPropertyAccessor
File: ObjectPropertyAccessor.java
Method: getProperty
Line: 151 - ognl/ObjectPropertyAccessor.java:151:-1
	org.apache.jasper.servlet.JspServletWrapper.handleJspException(JspServletWrapper.java:561)
	org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:477)
	org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:395)

 解决方案:

就因为一个前台jsp页面多了一个 <s:debug></s:debug>

<body>
  <s:debug></s:debug>
   <table>
  <thead>
  <tr><td>employId</td><td>employname</td><td>lastname</td><td>email</td><td><a href="list-add">增加</a></td></tr>
  </thead>
  <tbody>

 
  </tbody>
   </table>
  </body>

具体为深究我也不知原因了,但是问题就是解决了,有知道的同仁麻烦告知

猜你喜欢

转载自blog.csdn.net/qq_37591637/article/details/84975379