3 Replies Latest reply on Apr 26, 2008 9:57 PM by sergeysmirnov

    RichFaces ComboBox - not tag was defined

    rsarto

      Hi,

      i'm a new richfaces user. I'm using Eclipse 3.3, JBoss Tools 2.0.1 GA and JBoss AS 4.2. I cant use the comboBox tag. All others richface tags works fine.

      The code :

      <rich:panel>
      <f:facet name="header">Acesso ao Sistema</f:facet>
      <rich:comboBox defaultLabel="Enter some value" directInputSuggestions="true" id="cmbSistema">
      <f:selectItem itemValue="suggestion 1"/>
      <f:selectItem itemValue="suggestion 2"/>
      <f:selectItem itemValue="suggestion 3"/>
      <f:selectItem itemValue="suggestion 4"/>
      <f:selectItem itemValue="suggestion 5"/>
      </rich:comboBox>
      </rich:panel>


      gives me the error :

      rich:comboBox> Tag Library supports namespace: http://richfaces.org/rich, but no tag was defined for name: comboBox

      Any ideas?

      Tks.