But not if you're discarding and reloading them every request. Regardless, I've just gone with your idea. It's a clean solution and keeping the data around between requests doesn't really bother me.
On 11/3/05, Igor Vaynberg <[EMAIL PROTECTED]> wrote: > but you dont need to evict them yourself...that is done at the end of > request for you because the session is closed :) so by the time the form is > actually submitted they are already detached > > -Igor > > > > > On 11/3/05, Phil Kulak <[EMAIL PROTECTED]> wrote: > > > > Just for reference, unproxying models won't do it if you have field > > level access enabled. However, the catch-all solution is to evict > > them. Then Hibernate will leave them alone until you call merge > > explicitly. Very nice. :D > > > > > > ------------------------------------------------------- > > SF.Net email is sponsored by: > > Tame your development challenges with Apache's Geronimo App Server. > Download > > it for free - -and be entered to win a 42" plasma tv or your very own > > Sony(tm)PSP. Click here to play: > http://sourceforge.net/geronimo.php > > _______________________________________________ > > Wicket-develop mailing list > > [email protected] > > > https://lists.sourceforge.net/lists/listinfo/wicket-develop > > > > ------------------------------------------------------- SF.Net email is sponsored by: Tame your development challenges with Apache's Geronimo App Server. Download it for free - -and be entered to win a 42" plasma tv or your very own Sony(tm)PSP. Click here to play: http://sourceforge.net/geronimo.php _______________________________________________ Wicket-develop mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/wicket-develop
