Chris Pat wrote the following on 1/26/2006 6:44 PM:
Hi Michael
Thanks, but I still unclear.  I dont want to wrap the
href in a form tag.  Where that href is going should
be explicitly known by me b/c it is server-side.

Just make the link go to the same path that your form submits to. Use the same action mapping that the form uses ie...

http://yourapp/someaction.do?param=whatever&param2=Whateverelse

you are obviously using a link that goes to the form. you want to use a link that your form submits to (the action your form is submitting to).

--
Rick

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

Reply via email to