jsf 2 - how to refresh the contents of a particular component -


i using primefaces 3.5

i have splitbutton , overlaypanel attached splitbutton.

overlaypanel holding previous values.

how refresh contents of overlaypanel when splitbutton clicked

enter code here               <p:splitbutton                  value="some value"                 id="splitbutton">             </p:splitbutton>         </h:panelgroup>          <p:overlaypanel id="idpanel" for="splitbutton" hideeffect="fade"               widgetvar="dropdownpanel" dynamic="true">             <h:form id="cttreeform">                 <composite:page value="#{backingbean.value}"                     id="cttree" `enter code here`render="form:contentform:splitbutton"                     showfilter="false" onselect="dropdownpanel.hide()">                 </composite:page>             </h:form>         </p:overlaypanel> 


Comments

Popular posts from this blog

get url and add instance to a model with prefilled foreign key :django admin -

css - Make div keyboard-scrollable in jQuery Mobile? -

android - Keyboard hides my half of edit-text and button below it even in scroll view -