2 Replies Latest reply on Dec 3, 2007 6:09 AM by koenhandekyn

    Problem refreshing a DataSet on a page

    hvram

      Hi
      I have my application which is largely seam-gen generated with my own modification . My application UI uses EntityHome.getSet1() to display items in the page instead of a EntityList.getResultList() .

      When I add a new item to the collection I can see that it gets persisted to the database but does not reflect in the UI immediately . I have tried the following and it does not work

      setDirty ( );

      Is there any other way I can tell hibernate to refresh the dataset ?

      Regards
      Hari