1 Reply Latest reply on Dec 9, 2009 2:10 PM by ilya_shaikovsky

    modalPanel + rich:column + filterValue

    ralf_muehle

      Hi

      When I use a rich:modalPanel with rich:dataTable and filterValue in a rich:column and enter a value in the filter field the value won't be stored in the backingbean.

      My code looks like:

      <rich:modalPanel ...>
      <rich:dataTable var="cap" ...>
      <rich:column title="..." filterBy="#{cap.zipCode}" filterEvent="onkeyup" filterValue="#{dlvOrd.zipCodeFilterValue}">
       <h:outputText value="#{cap.zipCode}"/>
      </rich:column>
      </rich:dataTable>
      </rich:modalPanel>
      


      Does anyone know why my value won't be stored in my filterValue?

      regards
      Ralf