Re: Problem with form submission

2003-01-08 Thread Iris
, 2003 2:07 PM To: Struts Users Mailing List Subject: Re: Problem with form submission What is your jsp code ? Suresh Addagalla wrote: Hi, I am facing a problem when submitting a form which contains a combo box ("select"). While populating the combo box, I use a form-bean (Dyna

RE: Problem with form submission

2003-01-08 Thread Suresh Addagalla
searchServicesForm (again a DynaActionForm with two String varaiables for holding the selections from two combo boxes). Thanks, Suresh >-Original Message- >From: Iris [mailto:[EMAIL PROTECTED]] >Sent: Wednesday, January 08, 2003 2:07 PM >To: Struts Users Mailing List >Subject: Re: Pr

Re: Problem with form submission

2003-01-08 Thread Iris
What is your jsp code ? Suresh Addagalla wrote: Hi, I am facing a problem when submitting a form which contains a combo box ("select"). While populating the combo box, I use a form-bean (DynaActionForm) containing a Vector to populate the combo box. When I submit the form (to the same act

RE: Problem with form submission

2002-07-10 Thread James Mitchell
org/struts-atlanta > -Original Message- > From: Nilan Shakya [mailto:[EMAIL PROTECTED]] > Sent: Wednesday, July 10, 2002 12:01 PM > To: 'Struts Users Mailing List' > Cc: '[EMAIL PROTECTED]' > Subject: RE: Problem with form submission > > > Thank

RE: Problem with form submission

2002-07-10 Thread Nilan Shakya
PROTECTED]] Sent: Wednesday, July 10, 2002 12:58 AM To: Struts Users Mailing List Subject: RE: Problem with form submission, I saved the below msg because this is a very common question: > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 2

RE: Problem with form submission

2002-07-10 Thread Jon.Ridgway
Hi Nilan, Search the newsgroup for 'transaction token', in short you can set a token to indicate that the form has been submitted. Search http://www.mail-archive.com/struts-user@jakarta.apache.org/ Jon Ridgway -Original Message- From: Nilan Shakya [mailto:[EMAIL PROTECTED]] Sent: 09

RE: Problem with form submission

2002-07-09 Thread James Mitchell
I saved the below msg because this is a very common question: > -Original Message- > From: Craig R. McClanahan [mailto:[EMAIL PROTECTED]] > Sent: Friday, June 28, 2002 3:10 PM > To: Struts Users Mailing List > Cc: Ivan D. Sager > Subject: Re: mapping > > > To deal with resubmits, the m