Re: AW: Action forward path

2005-12-12 Thread Gary Feidt
If I understand this correctly Struts is doing the correct thing. It should go to http://localhost/context/MyAction.do and not http://localhost/context/path/MyAction.do If you really must have path in your URL, then maybe you should put that in your action path: I use this for thing

Re: AW: Action forward path

2005-12-12 Thread Andrzej Bengner
Could you post your complete action mapping and your corresponding Action (or only the important parts?) FormBean: type="com.edirect.pl.app.cmsold.struts.form.SendLinkForm"/> Action: parameter="/popup/sendlink.jsp" type="com.edirect.pl.app.cmsold.struts.control.SendLink" name="SendLinkForm">

AW: Action forward path

2005-12-12 Thread Peter . Zoche
Could you post your complete action mapping and your corresponding Action (or only the important parts?) Peter - [EMAIL PROTECTED] napisaƂ(a): > In that case, when action mapping looks like this > (as you wrote