1 Reply Latest reply on Jul 1, 2009 5:23 PM by asookazian

    Hibernate in SEAM(CRUD)

    shanthi_jira

      i have two tables table 1 and table2.i want to updted table2 whenever the data comes in table1.table2 is history of table1.Is it possible in seam.? or do i have to change the code whihc is generated by seam gen?

        • 1. Re: Hibernate in SEAM(CRUD)
          asookazian

          You need to be much more specific and show your code.  Are the dataTables based on the same List (ListDataModel if outjected via @DataModel)?  You will most likely need to reRender one of them if not after a change to the other one...