RE: html:link submit with request parameters

2009-11-16 Thread Kawczynski, David
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. > > > > > > >

RE: html:link submit with request parameters

2009-11-14 Thread fea jabi
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:

RE: html:link submit with request parameters

2009-11-13 Thread Kawczynski, David
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