Tagged Questions
2
votes
0answers
372 views
JSF2 or primefaces p:selectManyCheckbox styling with icons
One question who styled manycheckboxes with icons?
<p:selectManyCheckbox value="#{Step4Bean.selectedItems}" id="tag-list" >
<f:selectItems ...
1
vote
1answer
926 views
Primefaces ManyCheckbox inside ui:repeat calls setter method only for last loop
I have a <p:selectManyCheckbox> inside <ui:repeat>, getting it's items from a List of a certain Object Class (provided by <ui:repeat>-variable) and is supposed to save the chosen ...
0
votes
2answers
1k views
Select ALL checkboxes in t:selectManyCheckbox
I have created web-application using JSF 2.0 where I have many checkboxes. I want to select those checkboxes on clicking Select All Checkbox.
I have below code
<t:selectBooleanCheckbox ...
0
votes
2answers
205 views
Display 4 checkboxes on one line instead of all checkboxes on one line
I have created web-application using JSF 2.0 where I have checkbox to select as h:selectManyCheckbox. Below is what I have as code
<h:selectManyCheckbox value="#{UserRegistration.pagesSelected}" ...
