I have an ArrayCollection which is filled from the LCDS/Hibernate destination with lazy=true. For display it is OK, but for export I need to go through all items to send them to output. Is there any way how to force fetch all items from the server?
BTW the sample in LCDS ES 2.6 Developer Guide on page 242-243 is wrong - you will get the ipe exception on line with ipe.addResponder in catch clause. Zdenek M

