Hello,

i use :
<html:link href="javascript:document.form.submit();">myLink</html:link>

The name of the form in the Action corresponding. For exemple, if you
have :

<html:form action="/area/ProcessForm.do" method="POST">

in link you make :

<html:link
href="javascript:document.ProcessForm.submit();">myLink</html:link>

Try this, it may be fine :)

Best Regards

-- 
Jean-Baptiste Onofré (Nanthrax)
Membre fondateur de phpFR.org
http://www.phpfr.org
[EMAIL PROTECTED]
Membre fondateur du LUG Béziers
http://www.lug-beziers.org
[EMAIL PROTECTED]

--
To unsubscribe, e-mail:   <mailto:struts-user-unsubscribe@;jakarta.apache.org>
For additional commands, e-mail: <mailto:struts-user-help@;jakarta.apache.org>

Reply via email to