Re: Form name collision

2005-03-31 Thread Jeff Beal
have never heard about it before, where are those things documented? :) -Original Message- From: Marsh-Bourdon, Christopher [mailto:[EMAIL PROTECTED] Sent: Wednesday, March 30, 2005 3:08 PM To: 'Struts Users Mailing List' Subject: RE: Form name collision There are two solutions

Form name collision

2005-03-30 Thread tarek.nabil
Hi, I'm facing a problem with having multiple forms that submit to the same action on the same page. I have a search page with a few search fields. The user does the search and gets the paged results in the *SAME* page. Now, the user can either change the search criteria and search again, or use

RE: Form name collision

2005-03-30 Thread Marsh-Bourdon, Christopher
. I hope this helps. Christopher Marsh-Bourdon www.marsh-bourdon.com -Original Message- From: tarek.nabil [mailto:[EMAIL PROTECTED] Sent: 30 March 2005 12:03 To: Struts Users Mailing List Subject: Form name collision Hi, I'm facing a problem with having multiple forms that submit

RE: Form name collision

2005-03-30 Thread tarek.nabil
To: 'Struts Users Mailing List' Subject: RE: Form name collision There are two solutions that you have available to you (well that I know off the top of my head): 1) Use the _attribute_ property in the action tag to give each form a pseudonym: action path=/example1 type=com.marsh