Re: ArrayList as an element of DynaActionForm

2003-06-04 Thread Dan Tran
to the DynaActionForm. am I wrong? -Dan - Original Message - From: Mark Lowe [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Sent: Tuesday, June 03, 2003 2:32 AM Subject: Re: ArrayList as an element of DynaActionForm How/where do you populate your ArrayList

ArrayList as an element of DynaActionForm

2003-06-03 Thread Dan Tran
Hello, I define an ArrayList as an element of my DynaActionForm. I set up my form and load it up on my jsp using c:foreach But when I submit the form back to the server, my ArrayList always empty. What did I do wrong? Thanks -Dan

Re: ArrayList as an element of DynaActionForm

2003-06-03 Thread Aswathy Priyarenj
PROTECTED] Reply-To: Struts Users Mailing List [EMAIL PROTECTED] To: Struts Users Mailing List [EMAIL PROTECTED] Subject: ArrayList as an element of DynaActionForm Date: Tue, 3 Jun 2003 00:58:39 -0700 Hello, I define an ArrayList as an element of my DynaActionForm. I set up my form and load it up

Re: ArrayList as an element of DynaActionForm

2003-06-03 Thread Mark Lowe
How/where do you populate your ArrayList? On Tuesday, Jun 3, 2003, at 08:58 Europe/London, Dan Tran wrote: Hello, I define an ArrayList as an element of my DynaActionForm. I set up my form and load it up on my jsp using c:foreach But when I submit the form back to the server, my ArrayList