uwerothfeld
MIS
hallo
can anyone told me: how works the global exception handling in strut. i declare something like:
<global-exceptions>
<exception
type="javax.servlet.ServletException"
path="/pages/error.jsp"/>
<exception
type="java.lang.InstantiationException"
path="/pages/error.jsp"/>
</global-exceptions>
but it works only sometimes. how can i access the exception message in the error.jsp?
thanks a lot.
can anyone told me: how works the global exception handling in strut. i declare something like:
<global-exceptions>
<exception
type="javax.servlet.ServletException"
path="/pages/error.jsp"/>
<exception
type="java.lang.InstantiationException"
path="/pages/error.jsp"/>
</global-exceptions>
but it works only sometimes. how can i access the exception message in the error.jsp?
thanks a lot.