1 Reply Latest reply on Sep 2, 2008 6:56 PM by blabno

    Two forms - one conversation

    blabno

      I have rich:datatable which must be in form.


      In other part of template (different ui:define) I have input field that will be used as filter for rows in datatable.


      So there are two forms and I want them to be in the same conversation cause filter action must be performed on the same bean that acts as datamodel provider for datatable. How to do this ? As for now when I debug filter action it is performed on a different bean.