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 b

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