aspose file tools
The moose likes JSF and the fly likes how to modify the behavior of t:selectManyCheckbox  or h:datatable 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 » Java » JSF
Reply Bookmark "how to modify the behavior of t:selectManyCheckbox  or h:datatable" Watch "how to modify the behavior of t:selectManyCheckbox  or h:datatable" New topic
Author

how to modify the behavior of t:selectManyCheckbox or h:datatable

Will Lee
Ranch Hand

Joined: Mar 16, 2005
Posts: 58
I have a list of checkboxes, I'd like to display them in 2 columns. By using t:selectManyCheckbox I successfully achieve it. Now I wish to have "grouping" function. For example, 5 checkboxes, cb1, cb2, cb3, cb4, cb5, and I wish cb4 and 5 become "subground" of cb3 so that these 2 boxes are indent under cb3:
  • cb1
  • cb2
  • cb3


  • [**]cb4
    [**]cb5

    Anyone has idea? No necessary use this tag, any tag is OK as long as it works
    Thanks
    [ August 08, 2006: Message edited by: Will Lee ]

    SCJP 1.4, SCWCD, SCDJWS
     
    I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
     
    subject: how to modify the behavior of t:selectManyCheckbox or h:datatable
     
    Similar Threads
    adding Checkboxgroup to a panel
    Applets alignment. cache & POST
    Checkerboard w/ 64 squares
    applet gui issues
    need help with 2 bugs