Skip to main content

Posts

Showing posts with the label picklist

DataClassG v2.46 ajustes pickList

En la versión DataClassG v2.46,  genera el managedBeans  para utilizar <p:pickList> http://plugins.netbeans.org/plugin/39424/?show=true Se genera el paquete pick, y los ManagedBeans correspondientes Genera automĆ”ticamente el converter MyConverter.java Solo necesitas implementar en el .xhtml el código correspondiente    <h:form id="formsprintmeetingasistentesInsert"  rendered="#{menuBeans.sprintmeetingasistentesCrear}">                  <p:growl id="growl" life="1500" />                      <p:pickList id="pickList1" value="#{usuariosPick.usuariosPickList}" var="var"                                    itemLabel="#{var.nombre}" itemValue="#{var}" effect="bounce"                   ...