selectmanycheckbox « IceFaces « JSF Q&A





1. How to add ice:selectManyCheckbox to a ice:dataTable?    stackoverflow.com

I have a <ice:dataTable> and I want to add a checkbox to each row. I tried to add a <ice:selectManyCheckbox>, but it shows an empty column and the checkboxes doesn't appear.

<ice:selectManyCheckbox ...

2. How to set SelectManyCheckBox to show item from top-to-bottom?    icefaces.org

Hi, using Netbeans 6.5 w/ icefaces 1.72. Noticed that the "standard" Checkbox list control has a property named "layout", by setting this to "pageDirection" would display the item list vertically. I don't see the same option on icefaces' version of selectManyCheckBox control. How do i set the list of items to be listed from top-to-bottom, rather than from left-to-right? best regards, ...

6. ice:selectManyCheckbox: state not restored?    icefaces.org

hi thanks for your response. there's only one form. no i'm not using redirects. the bean is session scope. i don't know what extended request scope is so i assume i'm not using it. here's the latest manifestation ... inside the form, i have a table, and a popup containing a selectManyCheckbox. in the popup, i have: Code:

7. selectManyCheckbox not clearing when used dynamically    icefaces.org

Hi all, Using the 1.8-a ICEfaces plugin for Eclipse. I am using a selectManyCheckbox which is linked to an ArrayList of SelectItem in a backing bean. The selected values are then linked to an ArrayList of String. The selected checkboxes appear correctly at the first instance but when the data for the selected values is changed in the backing bean, the ...

9. dataPaginator and selectManyCheckbox with layout=spread - not working    icefaces.org

Has anyone used these components together? I'm writing a simple table with a column with checkboxes (not using rowSelector component). "value" attribute of the dataTable points to some list in my backing bean, and if you check one item on the first page, then go to the second and check another item, only the item from the second page will be ...





13. ice:selectManyCheckbox    icefaces.org

14. ice:selectManyCheckbox layout    icefaces.org

Hi, We have a ice:selectManyCheckbox components in our pages with about 40 selections in one group. So the problem is that our user interface layout is not very usable if we put all these checkboxes layout to pageDirection or lineDirection. Is there anyway to get these checkboxes rendered in multiple columns or inside a html div-element or something like that, so ...

15.  align the left    icefaces.org





17. SelectManyCheckBox    icefaces.org

18. ice:selectManyCheckbox    icefaces.org

19. scrolling an ice:selectManyCheckbox    icefaces.org

20.  working not properly in IE 7    icefaces.org

21. Problem with selectManyCheckbox    icefaces.org

23. problem with ice:selectManyCheckbox    icefaces.org

24. selectManyCheckBox    icefaces.org

25. Unable to get value attribute of     icefaces.org

I am unable to get value using that is I am unable to correctly access value attribute of . In data table value is coming in this form java.stringa34567 whereas it should be "MCS", "MS" or "PHD". I am accessing it in this way. Please help? Employee:- public class Employee{ private String[] qualification; public String[] getQualification() { return qualification; } ...

26. selectManyCheckbox - Single row display issue    icefaces.org

I'm using selectManyCheckbox to get users multiple selection on the checkboxes. The look of the checkboxes with its label is not good as these checkboxes are displayed only as single row and I have too many in the list with a limited width (see attached picture). Is there a way I could print multiple rows from the checkboxes list?. If not, ...

28. selectManyCheckbox rendered value    icefaces.org

29. Indentation in selectManyCheckbox    icefaces.org

31. How to make selectManyCheckBox wrap    icefaces.org

32. How to correctly implement ice:selectManyCheckbox    icefaces.org

C[size=9]aused by: java.lang.IllegalArgumentException at javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:166) at javax.faces.component.SelectItemsIterator.next(SelectItemsIterator.java:49) at javax.faces.component.UISelectMany.matchValue(UISelectMany.java:486) at javax.faces.component.UISelectMany.validateValue(UISelectMany.java:454) at javax.faces.component.UIInput.validate(UIInput.java:868) at javax.faces.component.UIInput.executeValidate(UIInput.java:1071) at javax.faces.component.UIInput.processValidators(UIInput.java:663) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at com.icesoft.faces.component.panelcollapsible.PanelCollapsible.processValidators(PanelCollapsible.java:215) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at com.icesoft.faces.component.paneltabset.PanelTabSet.applyPhase(PanelTabSet.java:165) at com.icesoft.faces.component.paneltabset.PanelTabSet.applyPhase(PanelTabSet.java:144) at com.icesoft.faces.component.paneltabset.PanelTabSet.processValidators(PanelTabSet.java:200) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIForm.processValidators(UIForm.java:229) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIComponentBase.processValidators(UIComponentBase.java:1021) at javax.faces.component.UIViewRoot.processValidators(UIViewRoot.java:662) ...

34. selectManyCheckbox layout    icefaces.org

35. Binding data in selectManyCheckbox    icefaces.org

37. example for ice:selectManyCheckbox with layout="spread" in 1.7DR#3    icefaces.org

I wanted to use this feature to layout my checkboxes in a 2 dimensional matrix, the release notes say more details can be found in the taglib documentation, but the taglib doc that came with 1.7DR#3 is for the version 1.6, can someone post an example on how this "spread" layout can be used to tile the checkboxes in 2 dimensional ...

40. Is it possible dataTable columns and selectManyCheckbox?    icefaces.org

Hello I have to implement pretty complicated interface which have to display 2d checkboxes matrix where users can select it for corresponding column and row. Extra future is that rows and columns can be generated dynamically:) So here You have my jsf:

44. how to disable selectManyCheckbox items?    icefaces.org

Thanks Patrick If i am write i believe itemDisabled is for f:selectItem while im using f:selectItems. I was trying to disable the checkboxes by setting the SelectItem's disabled property to false, but it doesnt help. Nothing happens, the checkboxes remain enabled. I hope you can help me out with this. Regards F

45. Using selectManyCheckbox control    icefaces.org

Hi Dana, I do not understand your question, you're already populating all select items with and marking those that should be selected with: . That should be working fine. If you are asking how to get the selected items from the DB that really depends on your project. Two possible solutions would be to query the ...