Guest User

Untitled

a guest
Oct 16th, 2018
101
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.42 KB | None | 0 0
  1. <p:tree value="#{student.rootBean}" var="node"
  2. id="studentTreeId" selectionMode="multiple"
  3. selection="#{student.selectedStud}">
  4. <p:treeNode id="studtTreeNodeId" styleClass="treeNodeClass">
  5. <h:panelGrid columns="2">
  6. <p:selectBooleanCheckbox id="studCheckboxId"
  7. value="#{node.selected}">
  8. </p:selectBooleanCheckbox>
  9. <p:outputLabel value="#{node.studentName}"
  10. for="studCheckboxId"/>
  11. </h:panelGrid> </p:treeNode></p:tree>
Add Comment
Please, Sign In to add comment