Re: submit an arraylist

2004-03-12 Thread Michael McGrady
ers Mailing List" >To: "Struts Users Mailing List" >Subject: Re: submit an arraylist >Date: Fri, 12 Mar 2004 09:59:50 +0100 > >does your nested bean have a getString1() method? > >There's load of examples in the archives. Have a look. > > > >On

Re: submit an arraylist

2004-03-12 Thread Mu Mike
ks&Regards From: Mark Lowe <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: submit an arraylist Date: Fri, 12 Mar 2004 09:59:50 +0100 does your nested bean have

RE: submit an arraylist

2004-03-12 Thread Dixit, Shashank (Cognizant)
: Mark Lowe [mailto:[EMAIL PROTECTED] Sent: Friday, 12 March 2004 8:00 PM To: Struts Users Mailing List Subject: Re: submit an arraylist does your nested bean have a getString1() method? There's load of examples in the archives. Have a look. On 12 Mar 2004, at 09:48, Mu Mike wrote: >

Re: submit an arraylist

2004-03-12 Thread Mark Lowe
sp file to this Submit Changes it still reports "no collection found" Thanks&Regards From: Mark Lowe <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject

Re: submit an arraylist

2004-03-12 Thread Mu Mike
To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Subject: Re: submit an arraylist Date: Fri, 12 Mar 2004 09:35:11 +0100 The name in the iterate tag needs to match the name you've using to define the form bea

Re: submit an arraylist

2004-03-12 Thread Mark Lowe
ot;Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: submit an arraylist Date: Fri, 12 Mar 2004 07:55:33 + I have a form as the below TestBeanForm.java public class TestBeanForm extends ActionForm {

RE: submit an arraylist

2004-03-12 Thread Mu Mike
I write this in jsp file,but it failed Submit Changes is my jsp code right? From: "Mu Mike" <[EMAIL PROTECTED]> Reply-To: "Struts Users Mailing List" <[EMAIL PROTECTED]> To: [EMAIL PROTECTED] Subject: submit an arraylist Date: Fri, 12 Mar 2004 07:

submit an arraylist

2004-03-11 Thread Mu Mike
I have a form as the below TestBeanForm.java public class TestBeanForm extends ActionForm { public ArrayList getTestBean() { if(testBean==null) testBean=new ArrayList(); return testBean; } public void setTestBean(ArrayList testBean) { this.testBean = testB