Primefaces update component after <p:ajax listener> [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 have a selectOneMenu that changes a value in the backing bean and based on that value, another component is being displayed or not. What I would like is to update that certain component after the value in the backing bean is changed by the selectOneMenu <h:selectOneMenu value="#{backingBean.id.value}" > <f:selectItem itemLabel="Choose"