4 Replies Latest reply on Sep 15, 2008 6:06 AM by ilya_shaikovsky

    Problem to refresh a datatable from a modalPanel

    cereale

      Hi,

      I've got a rich:datatable filled with some records from a list that i got from backing bean. As I click on one of the records of the datatable, a modalPanel is showed with the record data's. as I update that record, i'd like my datatable record being updated too without refreshing my whole page (=> Ajax). My backing bean has a request scope, as I cannot put it in session.
      Would someone have an example of this or tell me how to proceed to do that ?

      Thanks