This may a question for the struts list, but I thought I'd try it here first.
I want to have a page where I can edit not only the basic properties of an base object, but also an editable list of objects that the base object contains. I've tried several approaches but with my limited Struts skills have been not gotten very far. Think of a simple invoice. It consists of a Invoice object that has some simple properties: invoice number, customer name and date. It also has a List of InvoiceItem objects that have there own properties. I want one page where I can edit the properties of the Invoice object and the InvoiceItems. Adding and deleting InvoiceItems would be a requirement for this page too. M My day job is a PeopleSoft developer. Doing something like this is trivial in PeopleTools. But as common a pattern as this is, I've not found an example for Struts 2 online. Does anyone have a working example they can share? Or should I just be using a different web framework :confused:. -- View this message in context: http://www.nabble.com/Editable-Parent-Child-List-in-Struts-2-tf4789074s2369.html#a13700262 Sent from the AppFuse - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
