struts2 如何拦截这样的异常
Struts Problem Report
Struts has detected an unhandled exception:
Messages: There is no Action mapped for namespace / and action name men2u.
不想看到这样的异常 我要自定义异常
struts2 如何拦截这样的异常
Struts Problem Report
Struts has detected an unhandled exception:
Messages: There is no Action mapped for namespace / and action name men2u.
不想看到这样的异常 我要自定义异常
:lol: 这个错误,还没来得及进入拦截器呢。就挂掉了。你可以配置容器级别的错误拦截在web.xml中。
[code="xml"]
java.lang.Exception
/err/error.jsp
或者
500
/err/error.jsp
[/code]