RE: Struts http path question

2007-07-26 Thread Scott Trafton
Thanks Phillip, that worked. I knew there was something I was missing. -Scott -Original Message- From: Phillip Grenier [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 4:57 PM To: Struts Users Mailing List Subject: RE: Struts http path question Try setting the namespace on the

RE: Struts http path question

2007-07-25 Thread Phillip Grenier
Try setting the namespace on the package of the action or in the call to the action. I think im new to this - Phillip -Original Message- From: Scott Trafton [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 25, 2007 3:41 PM To: Struts Users Mailing List Subject: Struts http path question

Struts http path question

2007-07-25 Thread Scott Trafton
Hello, I am in the process of converting old code over to struts2 with tiles. The problem I am having is trying to get the url path correct to work with some of our other code. The server is set up to resolve to /account so when I submit to an action to go to another page is it resolving the ur