Advertisement
santiagotapiay

Untitled

Mar 3rd, 2015
5,926
0
Never
Not a member of Pastebin yet? Sign Up, it unlocks many cool features!
Java 0.54 KB | None | 0 0
  1. <p:selectManyCheckbox id="basic" value="#{anulacionController.selectedErroresAnulacion}" layout="grid" columns="1"
  2.                       required="true" requiredMessage="Debe seleccionar el(los) error(res) para la anulación.">
  3.                       <f:selectItems value="#{anulacionController.erroresAnulacion}"  var="errAnl"
  4.                                     itemLabel="#{errAnl.descErrorAnul}"
  5.                                     itemValue="#{errAnl}"/>
  6.                                     <f:converter converterId="a"/>
  7.  </p:selectManyCheckbox>
Advertisement
Add Comment
Please, Sign In to add comment
Advertisement