1 Reply Latest reply on Nov 3, 2008 4:57 AM by abelevich

    Rich:combobox doesn't display element

    toure32

      hi, all
      i've got problem with rich:combobox.
      somewhere in file page2.xhtml, i've put:

      <a4j:form>
       <rich:comboBox id="pays" rendered="true">
       <f:selectItem itemValue="itme1"/>
       <f:selectItem itemValue="item2"/>
       </rich:comboBox>
       </a4j:form>
      

      when i access this view by url:http://localhost:8080/mysite/page2.jsf
      every think is ok, the combo containe items.
      But when i access the view navigating from an other (page1.jsf), the combo doesn't containe any items.
      can you help me please.
      regards.