Re: submit list

2009-05-27 Thread tutul
This did the trick. Thanks very much.. -Tuni --- Use a s:textarea tag insted of an html input -- View this message in context: http://www.nabble.com/submit-%3Cs%3Aiterator%3E-list-tp23726145p23742020.html Sent from the Struts - User mailing list archive at Nabble.com.

Re: submit list

2009-05-26 Thread Dave Newton
tutul wrote: Does anyone knows how I can submit a list back to the action?? What happens when you run the code? Is it a typo that the setter is missing the opening paren for the parameters? Just glancing at it it seems like it should work. Oh, wait. Did you check the rendered HTML to see if

RE: submit list

2009-05-26 Thread Martin Gainty
re sujets à la manipulation, nous ne pouvons accepter aucune responsabilité pour le contenu fourni. > Date: Tue, 26 May 2009 09:01:06 -0700 > From: shubhrakarma...@hotmail.com > To: user@struts.apache.org > Subject: submit list > > > Hi, > > Does anyone knows how I ca

Re: submit list

2009-05-26 Thread Luis Medina
Use a s:textarea tag insted of an html input On Tue, May 26, 2009 at 11:01 AM, tutul wrote: > > Hi, > > Does anyone knows how I can submit a list back to the action?? > I have a List that I am displaying in the jsp. DemandRequest > has Id, status, comments. Some of the fields in it are pre-pop

submit list

2009-05-26 Thread tutul
Hi, Does anyone knows how I can submit a list back to the action?? I have a List that I am displaying in the jsp. DemandRequest has Id, status, comments. Some of the fields in it are pre-populated (id) but some of them will be added by the user (comment, status). I have it send it back to the ac