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 Multipart forms (sort of Wizard)

2001-06-12 Thread Victor Chai
Michael, Regarding your proposed solution#2, design a mother form bean that contains three child form beans. in that case how the child form bean will be instantiated? and will these child form beans auto collect data submited by users? Rgds, Victor --- Michael Mok [EMAIL PROTECTED] wrote: