22 lines
699 B
XML
22 lines
699 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-bean name="form1" type="strutsMerge.test4.Form2"/>
|
||
|
</form-beans>
|
||
|
|
||
|
<!-- ========== Global Forward Definitions ============================== -->
|
||
|
<global-forwards>
|
||
|
</global-forwards>
|
||
|
|
||
|
<!-- ========== Action Mapping Definitions ============================== -->
|
||
|
<action-mappings>
|
||
|
</action-mappings>
|
||
|
|
||
|
</struts-config>
|