Re: ArrayOfBeans interaction

2007-05-08 Thread Nuwan Chandrasoma
http://www.laliluna.de/struts-nested-iteration-tutorial.html then this would help. Thanks, Nuwan - Original Message - From: "Marcello Savino" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, May 08, 2007 1:27 PM Subject: R: Array

R: ArrayOfBeans interaction

2007-05-08 Thread Marcello Savino
to add. Marcello Savino ALDEBRA S.p.A. tel. 0461302441 -Messaggio originale- Da: Nuwan Chandrasoma [mailto:[EMAIL PROTECTED] Inviato: martedì 8 maggio 2007 19.56 A: Struts Users Mailing List Oggetto: Re: ArrayOfBeans interaction http://www.developer.com/java/ejb/article.php/2233591 see i

Re: ArrayOfBeans interaction

2007-05-08 Thread Nuwan Chandrasoma
http://www.developer.com/java/ejb/article.php/2233591 see if this helps you. Thanks, Nuwan - Original Message - From: "Marcello Savino" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" Sent: Tuesday, May 08, 2007 12:10 PM Subject: ArrayOfBeans interact

ArrayOfBeans interaction

2007-05-08 Thread Marcello Savino
Ciao Let's say this is my jsp code: Where "list" is a Bean array. The Bean class is "myBean" and has two properties (firstField, secondField). I need the changes made in the rows to be stored in the ActionForm.list[index]. You know the bes