AW: Array of Beans used in an ActionForm

2003-04-02 Thread Clauss, Arne
nForm > > > > > > > > For your indexed properties, use arrayForm(x).name instead of > > arrayForm[x].name > > > > Try to use JSP tags instead of scriptlets, your JSP will be more > > readeable to other developers. > > > > Nico. > &g

AW: Array of Beans used in an ActionForm

2003-04-02 Thread Clauss, Arne
our JSP will be > more readeable to other developers. > > Nico. > > - Original Message - > From: "Clauss, Arne" <[EMAIL PROTECTED]> > To: "'Struts Users Mailing List'" <[EMAIL PROTECTED]> > Sent: Wednesday, April 02, 2003

AW: Array of Beans used in an ActionForm

2003-04-02 Thread Clauss, Arne
Hello Nico! Thanks for your help. I now have got indexed getter and setters. Showing the data in the JSP works fine, but getting the data back formn the JSP in the UpdateAction didn't work. Please notice: I dont't want to handle an array of Strings in the ActionForm, I would like to hadle an arra