<global-exceptions>
<exception
type="java.lang.NumberFormatException"
key="errors.numberformat"
handler="sample.exception.SampleExceptionHandler"
path="/jsp/exception/error.jsp" />
</global-exceptions>
<action-mappings>
<action path="/ex4_view"
type="sample.exception.SampleGlobalExceptionAction"
name="Ex4Form"
scope="session"
input="/jsp/exception/ex4.jsp">
<forward
name="success"
path="/jsp/exception/ex4_view.jsp"/>
</action>
</action-mappings>
|