Hi,
Trying to construct a simple <html:form ...> element, 
but I want to specify the location it posts to, i.e.
<html:action action="https://secure.mydomain.com"; name="secureForm">

but when it renders the html, it comes out like so:
<form name="secureForm" action="/https://secure.mydomain.com";>

(Note the / at the start.)

Is there anyway to force it to not put a leading / in the action?
Cheers,
Matt

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to