4 Replies Latest reply on Oct 25, 2010 4:51 AM by ilya_shaikovsky

    Filtering and extendedDataTable problems in RichFaces 4 Milestone 3

    mettehummel

      I'm using RichFaces 4 Milestone 3 and extendedDataTable.

      The filtering functionallity is very different from what it used to be. Will we not be able to use filterBy="#{sakerLinje.id.inarInntektsaar}" filterEvent= "onkeyup" in the future?

      As part of an attempt to implement filtering using the examples, I discovered that I was not able to navigate using the mouse, to an inputText in the header facet in an extendedDataTable (see code example included). If I change extendedDataTable to dataTable it all works fine. Is this a bug?

      Mette

       

      <rich:extendedDataTable

            value="#{vedlikeholdOppgavedefinisjonPapiroppgaverBean.bronnoysundgruppeDataModel}"

            var= "brgrVar" id= "brgrTabell">

            <rich:column id= "gruppe" label= "Gruppekode">

                  <f:facet name= "header">

                        <h:panelGroup>

                              <h:outputText value= "Gruppekode" />

                              <h:inputText value="#{filteringBean.feltnrFilter}"/>

                           </h:panelGroup>

                  </f:facet>

                  <h:outputText value="#{brgrVar.id.opdeOppgavekode}" />

            </rich:column>

      </rich:extendedDataTable>