RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
I will try again.. there must be something I'm not doing right Thx. -Original Message- From: Jonathan James [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 2:16 PM To: Struts Users Mailing List; [EMAIL PROTECTED] Subject: Re: Multiple checkboxes with the same

Re: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Jonathan James
> I'm assuming its not smart enough to do > this? Nope. Struts is smart enough to do this. If you use the multibox tag as David Gaulin suggested and your bean looks like public void setFruit( String[] fruits ) {...} public String[] getFruit() {...} Then all your multiboxes look like and so o

Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
Is it possible, using the Struts framework, to have multiple checkboxes that are named the same but have different values? First, a little background on this: Say you have the following four fruity checkboxes on a form, with Apple and Mango checked: [x] Apple [ ] Kiwi [x] Mango [ ] Banana E

RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Gaulin . David
]] Sent: Thursday, February 28, 2002 1:09 PM To: 'Struts Users Mailing List' Subject: RE: Multiple checkboxes with the same name -- possible with Struts? It does seem really similar. When you view the html source, does each checkbox have the same "name" property? Also, to add t

RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
oxes there will be. -Original Message- From: [EMAIL PROTECTED] [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 1:02 PM To: [EMAIL PROTECTED] Subject: RE: Multiple checkboxes with the same name -- possible with Struts? I am not sure to understand your problem then. In my ca

RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Gaulin . David
List' Subject: RE: Multiple checkboxes with the same name -- possible with Struts? Alas, that deoesn't solve the problem. > Look at the tag. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]> -- To

RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
Alas, that deoesn't solve the problem. > Look at the tag. -- To unsubscribe, e-mail: For additional commands, e-mail:

RE: Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Gaulin . David
: Kevin J. Turner [mailto:[EMAIL PROTECTED]] Sent: Thursday, February 28, 2002 12:30 PM To: Struts Users Mailing List Subject: Multiple checkboxes with the same name -- possible with Struts? Is it possible, using the Struts framework, to have multiple checkboxes that are named the same but have

Multiple checkboxes with the same name -- possible with Struts?

2002-02-28 Thread Kevin J. Turner
Is it possible, using the Struts framework, to have multiple checkboxes that are named the same but have different values? First, a little background on this: Say you have the following four fruity checkboxes on a form, with Apple and Mango checked: [x] Apple [ ] Kiwi [x] Mango [ ] Banana Each