RE: How to convert request parameters into Collection type - Set

2010-01-20 Thread Raghuveer
Users Mailing List Subject: Re: How to convert request parameters into Collection type - Set simply loose the "[n]" just have all fields with name "middleNames" On Wed, Jan 20, 2010 at 8:34 PM, Mittal, Nitin (US - Mumbai) < nimit...@deloitte.com> wrote: > Hi, >

RE: How to convert request parameters into Collection type - Set

2010-01-20 Thread Mittal, Nitin (US - Mumbai)
Users Mailing List Subject: Re: How to convert request parameters into Collection type - Set simply loose the "[n]" just have all fields with name "middleNames" On Wed, Jan 20, 2010 at 8:34 PM, Mittal, Nitin (US - Mumbai) < nimit...@deloitte.com> wrote: > Hi, >

Re: How to convert request parameters into Collection type - Set

2010-01-20 Thread Chris Pratt
That might work for Set's where order isn't important, but how would you populate a Liist? I've never had good luck there. (*Chris*) On Wed, Jan 20, 2010 at 5:18 AM, Steven Yang wrote: > simply loose the "[n]" just have all fields with name "middleNames" > > On Wed, Jan 20, 2010 at 8:34 PM, M

How to convert request parameters into Collection type - Set

2010-01-20 Thread Mittal, Nitin (US - Mumbai)
Hi, I need help in mapping JSP text fields to a setter in action class which have parameter as Set I know Struts 2 supports automatically converting sets of request parameters into properties of various Collection type Lists This can be done by having a setter in the action class as - setMiddl

Re: How to convert request parameters into Collection type - Set

2010-01-20 Thread Steven Yang
simply loose the "[n]" just have all fields with name "middleNames" On Wed, Jan 20, 2010 at 8:34 PM, Mittal, Nitin (US - Mumbai) < nimit...@deloitte.com> wrote: > Hi, > I need help in mapping JSP text fields to a setter in action class which > have parameter as Set > > I know Struts 2 supports a

How to convert request parameters into Collection type - Set

2010-01-20 Thread Mittal, Nitin (US - Mumbai)
Hi, I need help in mapping JSP text fields to a setter in action class which have parameter as Set I know Struts 2 supports automatically converting sets of request parameters into properties of various Collection type Lists This can be done by having a setter in the action class as - setMiddl