RE: how to submit form using html:link tag

2003-12-08 Thread Tim Lucia
html:link ... onclick=x(arg); .../ Tim Lucia -Original Message- From: Nisith Dash [mailto:[EMAIL PROTECTED] Sent: Monday, December 08, 2003 7:28 AM To: Struts Users Mailing List Subject: how to submit form using html:link tag Hi, Can anyone of you help me with this..i have a

Re: how to submit form using html:link tag

2003-12-08 Thread Nisith Dash
that my purpose is achieved. - Original Message - From: Tim Lucia [EMAIL PROTECTED] To: 'Struts Users Mailing List' [EMAIL PROTECTED] Sent: Monday, December 08, 2003 6:13 PM Subject: RE: how to submit form using html:link tag html:link ... onclick=x(arg); .../ Tim Lucia -Original

RE : how to submit form using html:link tag

2003-12-08 Thread Franck
If you don't want to use Javascript to submit your form, I think you can use a submit button with a special CSS (on IE). The submit button will then looks like an hyperlink. Bye -- Franck Lefebure - To unsubscribe, e-mail:

RE: how to submit form using html:link tag

2003-12-08 Thread Tim Lucia
Mailing List Subject: Re: how to submit form using html:link tag in case html:link is specified , you have to give either a forward, or a href or a page attribute. onclick will not work here..the error is: Cannot create rewrite URL: java.net.MalformedURLException: You must specify exactly