3 Replies Latest reply on Nov 30, 2010 5:01 PM by srinivas.sirigineedi

    rich:column filter attribute not recognized.

    srinivas.sirigineedi

      Hi I am using... richfaces 3.1.6GA version.. and myfaces  1.1.6 version..

      rich:datatable works fine up until now when i added the colum filter attribute the page translation is failing and giving below error.

       

      JSPG0123E: Unable to locate tag attribute info for tag attribute filterBy.

       

      Below is the column :

                    <rich:column  filterBy="#{category.carId}" filterEvent="onkeyup" >
                          <f:facet name="header">
                              <h:outputText value="Car Id" />
                          </f:facet>
                          <h:outputText value="#{category.carId}" id="catId" />
                      </rich:column>

       

      The above code works fine and page renders when i remove the filterBy and filterEvent  attributes. Can anyone suggest what is happening here.?