Yes, ... BUT
you will need to use javascript.
ie:

<a href="javascript: document.forms[0].submit()">Submit</a>

i guess for the tag the syntax would be something very similar:

<html:link href="javascript: document.forms[0].submit()">Submit</html:link>

-----Original Message-----
From: Amit Badheka [mailto:[EMAIL PROTECTED]]
Sent: Wednesday, December 11, 2002 16:52
To: Struts Users Mailing List
Subject: how to submit a form using html:link


Is it possioble to submit a form using html:link tag.
I want to call a servlet that resided on another war file. I am able to call
it by click on html link.
But, my requirement is to submit the form.




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

Reply via email to