Multiple text box to one field

2009-10-07 Thread james billa
Hi, I am using Struts 2.1.6. I have a field called "Past Scores : " in my jsp page. The are 10 text boxes associated with this one field. The user may enter values in 1 or more of these boxes and submit the form. I want to get all these 10 values as one array of values or one single string in my a

RE: Multiple text box

2006-04-12 Thread Neil Meyer
Hi Rick, I figured it out thanks. I just had to change lines to prop4 and it worked. Regards Neil Meyer -Original Message- From: Neil Meyer [mailto:[EMAIL PROTECTED] Sent: 12 April 2006 08:38 AM To: Struts Users Mailing List Subject: RE: Multiple text box Hi Rick, Let me explain what

RE: Multiple text box

2006-04-11 Thread Neil Meyer
submit go into the bean in the arralist on the formbean. I tried using the normal with I tried with mailto:[EMAIL PROTECTED] Sent: 11 April 2006 10:17 PM To: Struts Users Mailing List Subject: Re: Multiple text box On 4/11/06, Neil Meyer <[EMAIL PROTECTED]> wrote: > Hi All, > >

Re: Multiple text box

2006-04-11 Thread Rick Reumann
On 4/11/06, Neil Meyer <[EMAIL PROTECTED]> wrote: > Hi All, > > I urgently need some help here please I basically need to do the following in > struts. I tried the tag and still can't get it to work. > > String names[] = request.getParameterValues("names"); > > I have a form bean with an arraylist

Multiple text box

2006-04-11 Thread Neil Meyer
Hi All, I urgently need some help here please I basically need to do the following in struts. I tried the tag and still can't get it to work. String names[] = request.getParameterValues("names"); I have a form bean with an arraylist on it this arraylist contains a bean with parameters some of t