RE: using html link to submit form and params

2005-05-12 Thread Marsh-Bourdon, Christopher
PROTECTED] [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 11:28 To: user@struts.apache.org Subject: RE: using html link to submit form and params The href="javascript:document.{Form Name}.submit();" will allow me to submit the form but how would I send the request parameter through which t

RE: using html link to submit form and params

2005-05-12 Thread Faisal.Shoukat
al Message- From: Marsh-Bourdon, Christopher [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 11:23 To: 'Struts Users Mailing List' Subject: RE: using html link to submit form and params Get rid of the forward, I tend to use just HTML tags for this, but it should work if you lop off the forward,

RE: using html link to submit form and params

2005-05-12 Thread Marsh-Bourdon, Christopher
to submit form and params Would I use the href tag in addition to using the forward tag within the link? -Original Message- From: Marsh-Bourdon, Christopher [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 11:16 To: 'Struts Users Mailing List' Subject: RE: using html link to s

RE: using html link to submit form and params

2005-05-12 Thread Faisal.Shoukat
Would I use the href tag in addition to using the forward tag within the link? -Original Message- From: Marsh-Bourdon, Christopher [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 11:16 To: 'Struts Users Mailing List' Subject: RE: using html link to submit form and params If set

RE: using html link to submit form and params

2005-05-12 Thread Marsh-Bourdon, Christopher
If set your href of the link to be something like this: href="javascript:document.{Form Name}.submit();" Then the form will be submitted and your form values will not be set to null. Christopher Marsh-Bourdon www.marsh-bourdon.com -Original Message- From: [EMAIL PROTECTED] [mailto:[E