1 Reply Latest reply on Jan 23, 2014 10:50 AM by sivaprasad9394

    Problem regarding clearing filters for extendedDataTable in RichFaces

    sabyasachi_p

      Hi All,

       

      In my app , on hitting a button (a4j:commandButton) , a table gets rendered (rich:extendedDataTable).

      Whenever I type a filter value in the extendedDataTable , the filtering gets done properly i.e. new filtered response gets rendered.

      However, when I again hit the button the table re-displays but with old entered filter value on. How to fix this. Any ideas?

      Even using javascript isn't helping, even if I clear the filter textbox, the value comes back in the next response.

       

      Heard like there is a native method called clearFiltering, anybody tried it?

       

      Thanks