Well the way I use it, I persist the same beans that are bound to UI elements, so when you change UI elements, you're changing the actual thing that ends up being persisted into the DB.
The tricky part is to 1) close your Hibernate session with a servlet filter; 2) you have to reassociate the object to the current session before saving (just b/c the ID of an object corresponds to something that lives in the database, it won't automatically figure out how to save stuff). -Dave On 5/25/05, Hendrik Neumann <[EMAIL PROTECTED]> wrote: > yes, it works fine! But afaik Hibernate and MyFaces "don't touch" each > other... so I would be a little bit confused, if anybody experiences any > problems... > > Am Mittwoch, 25. Mai 2005 16:51 schrieb Rene Guenther: > > anybody has experience with using MyFaces together with Hibernate? >

