1 Reply Latest reply on Jun 20, 2008 9:07 AM by jobinesh

    How to track PropertyChangeEvent for the backing beans

    jobinesh

      Hello
      I'm working on JSF 1.2 + RichFaces 3.2. Would like to know wether any direct support for tacking the PropertyChangeEvent for the backing bean. Objective is to keep track of the modified entities ( backing bean) and update the corresponding Database records at later stage with the modified attribute/record.
      E.g:
      Assume a datatable is populated with list, and 3 rows alone is modified, So the DB update is supposed to happen only for those rows. I prefer to have the PropertyChange traking logic in one place. Dont want to add PropertyChangeListener for all backing beans.

      I believe this is a very common requirement in RIA world. Can anybody help me on this.

      Thanks in advance
      Jobinesh