Guest User

Untitled

a guest
Dec 13th, 2017
75
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
text 0.39 KB | None | 0 0
  1. <p:selectManyMenu id="person" value="#{sB.selectedPersons}"
  2. style="width:300px;height:230px" showCheckbox="true"
  3. filter="true" filterMatchMode="contains" scrollHeight="200">
  4. <f:selectItems value="#{sB.persons}" var="person"
  5. itemLabel="#{person}" itemValue="#{person}" />
  6. <p:ajax event="change" update=":fltfrm:hperson :datfrm" />
  7. </p:selectManyMenu>
Add Comment
Please, Sign In to add comment