All,

Here is the struts file.
<?xml version="1.0" encoding="ISO-8859-1" ?>

<!DOCTYPE struts-config PUBLIC
         "-//Apache Software Foundation//DTD Struts Configuration 1.2//EN"
         "http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";>
<struts-config>
 <form-beans>
   <form-bean name="testForm" type="test.testForm"/>
 </form-beans>
 <action-mappings>
   <action path="/index"
           type="insertTestAction"
           name="testForm">
     <forward name="success" path="/test.jsp"/>
   </action>
 </action-mappings>
</struts-config>

Regards,
If I followed right. The class files need to be under web-inf/classes. But since I need to use the package statement since sdk1.4 (I use jdk1.5) I mention those. Then automatically this gets compiled to the web-inf/classes/test folder. How do I specify then where he needs to set the compiled classes? I am using a resin3.0.14 server.


--
No virus found in this outgoing message.
Checked by AVG Anti-Virus.
Version: 7.0.344 / Virus Database: 267.10.19/92 - Release Date: 7/09/2005


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to