struts-actions.xml from Negest at Krugle
Show struts-actions.xml syntax highlighted
<!-- START EXCEPTION HANDLING MECHANISM -->
<!-- Process init exception (redirects to generic exception page) -->
<action path="/exception/initException"
type="com.finalist.util.genelv.struts.forms.InitExceptionAction"
scope="request">
<forward name="success" path="/exception/generic_exception_page.jsp"/>
</action>
<!-- Process show stacktrace (redirects to stack_trace_popup.jsp) -->
<action path="/exception/initStackTrace"
type="com.finalist.util.genelv.struts.forms.InitStackTraceAction"
scope="request">
<forward name="success" path="/exception/stack_trace_popup.jsp"/>
</action>
<!-- END EXCEPTION HANDLING MECHANISM -->
See more files for this project here