Hello,

I follow the example to configure the global exception handling.

Here is my error.jsp contain this

<p><h4>Exception Name: </h4><s:property value="exception" /></p>
<p><h4>What you did wrong:</h4> <s:property value="exceptionStack" /></p>

And in my action I throw a nullpointer exception, the error page is display, 
but no value show for exception and exceptionStack, what I missing ?

Regards
Louis

Reply via email to