Hi all,
I am using resin 3.0.14 with struts1.2.7. I get a parser problem when I want
to use struts (somewhere in struts-config.Xml)
Here is the xml file. Can someone explain me what I am doing wrong?
<?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-beans>
<form-bean name="testForm" type="testForm"/>
</form-beans>
<action-mappings>
<action path="/index"
type="insertTestAction"
name="testForm">
<forward name="success" path="/test.jsp"/>
</action>
</action-mappings>
</struts-config>
--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.338 / Virus Database: 267.10.1/64 - Release Date: 4/08/2005
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]