I would actually use this... This is my scenario, and please let me know if I could go about it a different way.
I have an administrative system in which a customer service rep can create an order for a customer calling. The rep will create a cart with items and then proceed to check out. During the creation of the order I actually save (in session) the "Order" transfer object, which has a onetomany relationship to "OrderItems" and I continue to add items to this Order object in my SessionFacade until checkout is complete, I then save to the database the entire order and order items. The page in which I add items to the cart I have a html CFGRID, which I have bound to a remote service. However, cfgrids need a query to be populated. I would like to have an easy way to maintain my order object and its order items in session, but also be able to use that data as a query so it can be used in grids. Did I explain myself or was it confusing? Let me know if there is a better way --~--~---------~--~----~------------~-------~--~----~ Before posting questions to the group please read: http://groups.google.com/group/transfer-dev/web/how-to-ask-support-questions-on-transfer You received this message because you are subscribed to the Google Groups "transfer-dev" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/transfer-dev?hl=en -~----------~----~----~----~------~----~------~--~---
