November 14, 2009 4:19 AM
> To: user@struts.apache.org
> Subject: RE: html:link submit with request parameters
>
>
> thank you for your responce.
>
>
>
> I tried the below to pass parameters and also to submit the form.
>
>
>
>
>
>
>
e the name attribute to pass the parameters.
How to do both the submit and passing of parameters using ? Your
help is appreciated.
Thanks.
> Subject: RE: html:link submit with request parameters
> Date: Fri, 13 Nov 2009 14:44:55 -0500
> From: david_kawczyn...@merck.com
> To:
Use javascript to get a reference to the form, and call its submit
method.
EG
function submit() {
document.getElementById("form").submit() return false;
}
click me
> -Original Message-
> From: fea jabi [mailto:zy...@hotmail.com]
> Sent: Thursday, November 12, 20
3 matches
Mail list logo