aspose file tools
The moose likes Struts and the fly likes Multiple checkBox handling in struts Big Moose Saloon
  Search | Java FAQ | Recent Topics
Register / Login


Win a copy of The Mikado Method this week in the Agile and other Processes forum!
JavaRanch » Java Forums » Frameworks » Struts
Reply Bookmark "Multiple checkBox handling in struts" Watch "Multiple checkBox handling in struts" New topic
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
    
  13

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

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

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.>
 
I agree. Here's the link: http://ej-technologies/jprofiler - if it wasn't for jprofiler, we would need to run our stuff on 16 servers instead of 3.
 
subject: Multiple checkBox handling in struts
 
Similar Threads
Avoid submitting JSP twice
unable to use more than 2 <bean:message. tags in jsp
StrutsConfig.xml dilemma
datagrid in struts
How to include multiple struts entries in web.xml