[jboss-user] [JBoss Seam] - Re: Stale Data until redeploy
gavin.king@jboss.com
do-not-reply at jboss.com
Wed Oct 4 15:14:38 EDT 2006
So, just especially for you, I added pagination to the booking example in CVS.
There is no safe way to pass an object instance from the session scope to a conversation or event and expect lazy fetching to happen automatically. Instead, when you pass an entity that lives in the session scope to another event that needs to do lazy fetching, you should refetch or merge the object, just like HotelBookingAction.selectHotel() does.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=3976140#3976140
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=3976140
More information about the jboss-user
mailing list