0 Replies Latest reply on Apr 13, 2011 7:44 AM by beanfarmer

    richfaces:pickList (3.3.1)  - how to use "caption facet" ?

    beanfarmer

      Dear Support team,

       

      I am using rich faces 3.3.1 and as per the Jira issue https://issues.jboss.org/browse/RF-6172

      "caption" facet introduced in 3.3.1.

       

      Could you please let me know any work around to display "caption" facet?

      <rich:pickList id="brandPickList"
              value="#{advDocFilterMgr.brandTargLst}"
              moveControlsVerticalAlign="middle" 
              valueChangeListener="#{advDocFilterMgr.handlePickListChange}">
      
              <f:facet name="caption">Brand</f:facet>  
              <f:selectItems value="#{advDocFilterMgr.brandSrcSet}"/>
              <a4j:support event="onlistchanged" actioneventsQueue="mainQueue"  reRender="brandPickList"/>
      </rich:pickList>            
      

       

       

       

      Documentation reference:    

      http://docs.jboss.org/richfaces/latest_3_3_X/en/devguide/html/rich_pickList.html

       

      Many a thanks.

      Srinivasan Thoyyeti.

       

      Message was edited by: Srinivasan Thoyyeti