Psst.. new poll here.
Psst.. new forums here.
Microsoft is blocking us again (TY IP Reputation!) so just use oauth login instead. :)
Paste
Pasted as Plain Text by DSASADDAS ( 14 years ago )
<p:selectOneMenu id="divisionDropDownMenu" value="#{assortmentController.selectedDivision}" styleClass="selectBmcDropDown" disabled="#{assortmentController.loadingUserDivisions}">
<f:selectItem itemLabel="Select" itemValue=""/>
<f:selectItems value="#{assortmentController.retrieveUserDivisionsForBmc()}" var="division" itemLabel="#{division}" itemValue="#{division}" />
<p:ajax update="departmentDropDownMenu selectButton" />
</p:selectOneMenu>
Revise this Paste
Children: 58678