How to rendered <p:selectOneMenu> [duplicate]
问题 This question already has an answer here : Ajax update/render does not work on a component which has rendered attribute (1 answer) Closed 4 years ago . I am unable to rendered a selectOneMenu but only to disable the item for example this is working: <p:panel header="Field Chooser"> <h:panelGrid columns="2" cellpadding="5"> <p:selectOneMenu id="l1" value="#{acqBean.gb1}"> <f:selectItem itemLabel="Group By" itemValue="" /> <f:selectItems value="#{acqBean.level1}" /> <p:ajax update="l2" listener