RE: Not getting submitted values from textarea in logic:iterate

2005-07-21 Thread Neil Aggarwal
s.apache.org > Subject: Re: Not getting submitted values from textarea in > logic:iterate > > > Your tag is using the 'name' attribute, > which tells it to > associate itself with a specific bean instead of the > containing form bean. > > >> in

Re: Not getting submitted values from textarea in logic:iterate

2005-07-21 Thread Laurie Harper
nfo on how your business can reduce operating costs by 17% or more in 6 months or less! http://newsletter.JAMMConsulting.com -Original Message- From: Neil Aggarwal [mailto:[EMAIL PROTECTED] Sent: Wednesday, July 20, 2005 10:41 AM To: 'Struts Users Mailing List' Subject: Not getting

RE: Not getting submitted values from textarea in logic:iterate

2005-07-21 Thread Neil Aggarwal
://newsletter.JAMMConsulting.com > -Original Message- > From: Neil Aggarwal [mailto:[EMAIL PROTECTED] > Sent: Wednesday, July 20, 2005 10:41 AM > To: 'Struts Users Mailing List' > Subject: Not getting submitted values from textarea in logic:iterate > > > Hello: >

Not getting submitted values from textarea in logic:iterate

2005-07-20 Thread Neil Aggarwal
Hello: I have a DynaForm with some beans stored in an array: I have the form-bean declared as session scope for my actions: The persistent.Feature class has a field text with setText and getText accessors. When want wa