selectManyCheckbox « PrimeFaces « JSF Q&A





1. How to validate the maximum amount of checked values of a selectManyCheckbox based on the current selection of a selectOneMenu?    stackoverflow.com

I am using JSF 2.0 and PrimeFaces. I have a selectOneMenu and a selectManyCheckbox. I want to achieve this scenario: When an user chooses:

  • option1(PieChart), then the user is allowed to check max ...

2. SelectManyCheckbox weird result    forum.primefaces.org

05 Jul 2011, 13:59 by saprobionte SelectManyCheckbox weird result I everyone, I'm using the SelectManyCheckbox in my code, and I got a strange behaviour. So I tried to apply the primefaces ...

3. h:selectManyCheckbox not working on primefaces mobile 3.0M2    forum.primefaces.org

I'm using the JSF selectManyCheckbox inside a primefaces mobile page and now it won't allow me to select more than one option. I noticed that on the demo page, it won't ...

5. selectManyCheckbox not rendered when working with 3.0M1    forum.primefaces.org

Code: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.List at org.primefaces.component.selectmanycheckbox.SelectManyCheckboxRenderer.encodeOption(SelectManyCheckboxRenderer.java:196) at org.primefaces.component.selectmanycheckbox.SelectManyCheckboxRenderer.encodeSelectItems(SelectManyCheckboxRenderer.java:182) at org.primefaces.component.selectmanycheckbox.SelectManyCheckboxRenderer.encodeMarkup(SelectManyCheckboxRenderer.java:74) at org.primefaces.component.selectmanycheckbox.SelectManyCheckboxRenderer.encodeEnd(SelectManyCheckboxRenderer.java:57) ...

7. SelectManyCheckbox with images instead of Text    forum.primefaces.org

Hi folks! It is possible to do something like the "SelectOneMenu" -> "Custom Content" for the "SelectManyCheckbox" at showcase-labs? In other words: It is possible to show on "SelectManyCheckbox" images instead ...

8. h:selectManyCheckbox rendering problem    forum.primefaces.org

9. selectManyCheckbox formatting    forum.primefaces.org

Is there any way to get the check boxes to wrap around. For example if my list is 23 items long, I'd like it to do 10 items on row one, ...





10. Select all items from selectManyCheckbox    forum.primefaces.org

Hi, I was wondering if there is a way select all items from a "p:selectManyCheckbox". Is this possible? if not, is there a suggestion for doing this kind of stuff?

12. selectManyCheckbox State Saving    forum.primefaces.org

04 Oct 2011, 11:50 by Keith Wong selectManyCheckbox State Saving Hi, I have a problem when using p:selectManyCheckbox, as well as p:selectManyMenu, with MyFaces 2. Here is the page fragment: ...

13. Bolding checked checkbox label in p:SelectManyCheckbox    forum.primefaces.org

I use JSF implementation: Mojarra V2.1.3 JSF component library: Primefaces V2.2.1 Server: GlassFish Open Source Edition V3.1.1 (build 12)

14. Losing selected values for selectManyCheckbox within wizard    forum.primefaces.org

>> << dkuchler Posts: 2 Joined: 31 Oct 2011, 20:54 08 Dec 2011, 03:01 by dkuchler Losing selected values for selectManyCheckbox within wizard When using selectManyCheckbox to gather input values within ...

15. selectManyCheckbox in ui:included dialog not reset    forum.primefaces.org

19 Jan 2011, 16:43 by healeyb selectManyCheckbox in ui:included dialog not reset I've got a commandLink which fires a p:dialog which contains a selectManyCheckbox. I select one of the checkboxes, and ...