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 = testBean; }

private ArrayList testBean;

}


how should I write in my configruatio file using logic:iterate to submit values for my ArrayList testBean?


_________________________________________________________________
免费下载 MSN Explorer: http://explorer.msn.com/lccn/



--------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]



Reply via email to