You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Louis Voo <jl...@yahoo.com> on 2009/08/13 19:04:33 UTC

exception not print

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