aspose file tools
The moose likes JSF and the fly likes More customizable selectManyCheckbox and selectOneRadio 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 "More customizable selectManyCheckbox and selectOneRadio" Watch "More customizable selectManyCheckbox and selectOneRadio" New topic
Author

More customizable selectManyCheckbox and selectOneRadio

Paolo Pinkel
Ranch Hand

Joined: May 04, 2011
Posts: 35
Hey!

I'm using selectManyCheckboxes and selectOneRadios and I would like to customize them in some way. It would be sufficient if there was be a possibilty to group the selectItems according to a certain property (e. g. with a headline for each group or a line between each group).

What I want to do: I have a list of objects that have a property, let's say... a category (x, y or z). I want to display them in either a selectManyCheckbox or in a selectOneRadio, but grouped by that property. (And, if possible, with a headline for that property, or some sort of line between them, or...)

Is there any way to achieve this with standard JSF 2 + Tomahawk?

(Yes, this is sort of a crosspost. But the answer I got on some other website was quite interesting, but didn't really help me, unfortunately. I learned that Tomahawk offers the possibility to spread the selectItems of a selectManyCheckbox or a selectOneRadio anywhere on the page, but I don't know how to achieve my task with the Tomahawk functionality.)

Thank you!
 
I agree. Here's the link: http://zeroturnaround.com/jrebel - it saves me about five hours per week
 
subject: More customizable selectManyCheckbox and selectOneRadio
 
Similar Threads
Nest the selectOneRadio Under the selectManyCheckbox
selectManyCheckbox and own layout?
selectmanycheckbox with selectitem
selectManyCheckbox
selectManyCheckBox within a panelgrid?