Re: how do I use absolute url actions in html:form tag with struts 1.3.8

2010-01-03 Thread Brian Thompson
I'll echo the question of why would you want to?, but it's easy to accomplish if you're not insistent on using the html:form tag: form id=html:property value=%{myForm}/ method=GET action=html:property value=%{fullUrl}/ ... /form -Brian P.S. Is it just me, or is the documentation on the struts

Re: how do I use absolute url actions in html:form tag with struts 1.3.8

2010-01-02 Thread Paul Benedict
I don't think you can. Why would you want to? On Tue, Dec 22, 2009 at 8:01 PM, Jason Novotny jason.novo...@gmail.com wrote: Hi,    I'm a Struts newbie and am tasked with trying to change relative URLs on our site to be absolute. I have a form that looks like: html:form action=/fcon/MyAction

how do I use absolute url actions in html:form tag with struts 1.3.8

2009-12-22 Thread Jason Novotny
Hi, I'm a Struts newbie and am tasked with trying to change relative URLs on our site to be absolute. I have a form that looks like: html:form action=/fcon/MyAction and once it renders it displays: form id=myForm method=GET action=/modules/mymodule/fcon/MyAction.do onsubmit=return