Having problems moving between pages with struts

2005-06-02 Thread Paul Goepfert
Here it is, I am developing a small program that utilizes Struts, Java and Apache Velocity Templates. I amm trying to move from one page to another via struts. Every time I try to move to another page I get a 404 Error in Tomcat. Here is my struts-conf.xml file as well as my web.xml file.

Re: Having problems moving between pages with struts

2005-06-02 Thread John Fitzpatrick
If I'm reading your desired config correctly, It looks like you've got one action, InfoAction which would be reached at /action/PersonalInfo.do and will either load info.vm or menu.vm depending on what the action returns. (Note the placement of the .do -- that's what that means) If there are

Re: Having problems moving between pages with struts

2005-06-02 Thread Dave Newton
Paul Goepfert wrote: Here it is, I am developing a small program that utilizes Struts, Java and Apache Velocity Templates. I amm trying to move from one page to another via struts. Every time I try to move to another page I get a 404 Error in Tomcat. What do you mean by move to another

Re: Having problems moving between pages with struts

2005-06-02 Thread Martin Gainty
user@struts.apache.org Sent: Thursday, June 02, 2005 1:46 PM Subject: Re: Having problems moving between pages with struts Paul Goepfert wrote: Here it is, I am developing a small program that utilizes Struts, Java and Apache Velocity Templates. I amm trying to move from one page to another