Michael, Deploy struts-example.war. The answers are there.
Mark. [EMAIL PROTECTED] wrote: > would be nice if any one give me an example how to do it. Pls > > in format like as: > > 1. Action class: > > // set the list > ... > ArrayList theList = getTheList(); // get list of beans > ... > myForm.setTheList(theList); > ... > > // get (read from JSP / Form) the list > ??? > ... > > 2. MyForm class > > ... > private ArrayList theList; > getTheList() ... > setThelist(ArrayList) ... > ... > > 3. JSP > ... > <logic:iterate ??? > ??? > ... > </logic:iterate> > ... > > Best Regards. > Michael. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] -- NOTICE: If received in error, please destroy and notify sender. Sender does not waive confidentiality or privilege, and use is prohibited. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

