Re: Action mapping Path resolution

2004-09-18 Thread Frank W. Zammetti (MLists)
I think your getting confused because when you set up a path to an Action, it's a virtual path, but when it's a forward, it's a physical path, in BOTH cases it's relative to the root of your webapp. For instance... You may have an Action that you map to the path "/my/action/is/the/best/Action.act"

Action mapping Path resolution

2004-09-18 Thread Ryan julius
Hi, I am trying to master, Struts. I am creating a struts application with the following settings, and I am getting confused with the concept of the struts action "path". Directory tree: == c:\project\adminProject => the root of my project called adminProject c:\project\adminProject