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 _______________________________________________ jboss-user mailing list [email protected] https://lists.jboss.org/mailman/listinfo/jboss-user
