Handling nested properties

2001-06-12 Thread Victor Chai
Hi, I have been working on struts a few days ago, I have been trying to develop ordering system using struts. I already have four Java Bean to represent an Order, which contains OrderHeader and OrderDetail, and within OrderDetail there will be collection of OrderLineDetail, pls refer to below

RE: Handling nested properties

2001-06-12 Thread Michael Mok
you can access all the attributes of OrderLineDetail inside your iterate loop. Regards Michael Mok www.webappcabaret.com/normad -Original Message- From: Victor Chai [mailto:[EMAIL PROTECTED]] Sent: Tuesday, 12 June 2001 16:09 To: [EMAIL PROTECTED] Subject: Handling nested properties Hi