Re: DynaActionForm and nesting

2003-08-16 Thread Mark Lowe
I've got this working using ArrayList .. I couldn't imagine how arrays would allow the resizing.. I could be wrong, but I can tell you it works for sure with arrayList.. Cheers Mark On Friday, August 15, 2003, at 09:53 PM, Hary wrote: --- Hary <[EMAIL PROTECTED]> wrote: Hi, I am trying to buil

Re: DynaActionForm and nesting

2003-08-15 Thread Hary
--- Hary <[EMAIL PROTECTED]> wrote: > Hi, > I am trying to build on the example problem given in > > Succeeding with Struts: Indexed properties and Beans > by James Turner. > http://www.developer.com/java/ejb/article.php/2233591 > I have Purchase Order PO.java that has array of > POLine > items.

DynaActionForm and nesting

2003-08-14 Thread Hary
Hi James, I am trying to build on the example problem given in Succeeding with Struts: Indexed properties and Beans by James Turner. http://www.developer.com/java/ejb/article.php/2233591 I have Purchase Order PO.java that has array of POLine items. The problem occurs while nesting line items. B