class file mapping

2005-09-08 Thread Simons Kevin
All, Here is the struts file. http://jakarta.apache.org/struts/dtds/struts-config_1_2.dtd";> 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.

RE: class file mapping

2005-09-07 Thread Ayusman dikshit
Can you send the struts config file??? Regards Ayusman -Original Message- From: Simons Kevin [mailto:[EMAIL PROTECTED] Sent: Thursday, September 08, 2005 1:00 AM To: Struts Users Mailing List Subject: class file mapping All, I am a newbie still testing things out to understand struts

Re: class file mapping

2005-09-07 Thread Murray Collingwood
You don't mention your Struts config file. Do you have one? I would suggest you move your java files to a "src" folder but not under the /WEB-INF, put them under the project folder, eg "/project/src" alongside "/project/test" The class files should then be compiled into "WEB-INF/classes". T

Re: class file mapping

2005-09-07 Thread Michael Jouravlev
Do you refer to insertTestAction or to test.insertTestAction in your action mapping? Can you post your action mapping? Michael. On 9/7/05, Simons Kevin <[EMAIL PROTECTED]> wrote: > This loads perfect. When I hit the submit button he changes the url to > http://localhost:8080/tests/index.do. Up ti

class file mapping

2005-09-07 Thread Simons Kevin
All, I am a newbie still testing things out to understand struts better. I have the following structure : java files in folder /classes. class files in folder /classes/test. This is al normal. I have create a simple index.jsp <%@ taglib uri="/WEB-INF/struts-bean.tld" prefix="bean" %> <%@ taglib u