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
D] [mailto:[EMAIL PROTECTED] Sent: 12 May 2005 11:12 To: user@struts.apache.org Subject: using html link to submit form and params I have a search page which allows the user to perform multiple actions. i.e The user can select a returned row and then he can edit or delete via a link. However if

using html link to submit form and params

2005-05-12 Thread Faisal.Shoukat
I have a search page which allows the user to perform multiple actions. i.e The user can select a returned row and then he can edit or delete via a link. However if I use the following link tag in my jsp: This is encompassed within a form tag. The struts config has the following: and: