Author
Multiple checkBox handling in struts
James Winfrey
Ranch Hand
Joined: Jan 04, 2009
Posts: 60
Hi Guys
How do I handle multiple check boxes in a struts application.
Thanks
Bear Bibeault
Author and ninkuma
Marshal
Joined: Jan 10, 2002
Posts: 56192
James Winfrey wrote: Hi Guys... in a struts appln.
Please use real words when posting to the forums. Abbreviations such as "appln" in place of "application" only serve to make your posts more difficult to read and less likely to generate useful responses.
Please read this for more information.
thanks,
bear
JavaRanch sheriff
[Smart Questions ] [JSP FAQ ] [Books by Bear ] [Bear's FrontMan ] [About Bear ]
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted May 01, 2010 13:43:33
0
Struts 1? Struts 2? Handle in what way?
James Winfrey
Ranch Hand
Joined: Jan 04, 2009
Posts: 60
Thanks Bear, I have corrected the mistake.
Newton, this struts 1.3.8. We are giving multiple checkbboxes to the user to select his hobbies.
Thanks
David Newton
Author
Rancher
Joined: Sep 29, 2008
Posts: 12617
posted May 02, 2010 06:29:19
0
Winfrey,
Maybe use the multibox tag ? What specifically are you having an issue with?
Raza Mohd
Ranch Hand
Joined: Jan 20, 2010
Posts: 247
use Checkboxlist tag!
that will help you.
Good luck!!
A small leak can sink a Gigantic ship.>
subject: Multiple checkBox handling in struts