30 lines
944 B
XML
30 lines
944 B
XML
|
<?xml version="1.0" encoding="ISO-8859-1" ?>
|
||
|
<!DOCTYPE struts-config PUBLIC
|
||
|
"-//Apache Software Foundation//DTD Struts Configuration 1.1//EN"
|
||
|
"http://jakarta.apache.org/struts/dtds/struts-config_1_1.dtd">
|
||
|
|
||
|
<struts-config>
|
||
|
|
||
|
<!-- ========== Form Bean Definitions =================================== -->
|
||
|
<form-beans>
|
||
|
</form-beans>
|
||
|
|
||
|
<!-- ========== Global Forward Definitions ============================== -->
|
||
|
<global-forwards>
|
||
|
</global-forwards>
|
||
|
|
||
|
<!-- ========== Action Mapping Definitions ============================== -->
|
||
|
<action-mappings>
|
||
|
<action
|
||
|
path="/jpfAction1">
|
||
|
<exception
|
||
|
type="strutsMerge.test6.Jpf1$Test1Exception"
|
||
|
key="xxx"
|
||
|
handler="xHandler2">
|
||
|
<set-property value="true" property="isHandlerMethod"/>
|
||
|
</exception>
|
||
|
</action>
|
||
|
</action-mappings>
|
||
|
|
||
|
</struts-config>
|