All, I need to get some information from the database and pass it up to the JSP. And example of the database schema would be.. I need to get back all orders for a customer. Each order has multiple order lines and multiple order notes. I can create new collection of OrderVO(value objs) and the OrderVO contains a collection of OrderLineVo and OrderNoteVO. However This means I an copying data by value when I create these value objects.
I was thinking of using the RowsetDynaClass. Mu question is, How can I use the RowsetDynaclass to get this information back to the JSP. Thanks, Milind --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]