RE: How to return changes made on a JSP iteration of object properties to the Action Class

2002-09-26 Thread mail
Thanks for the link. Are there any complete working examples out there to look at? -Original Message- From: Joe Latty [mailto:[EMAIL PROTECTED]] Sent: Wednesday, September 25, 2002 11:49 PM To: Struts Users Mailing List Subject: RE: How to return changes made on a JSP iteration of

RE: How to return changes made on a JSP iteration of object properties to the Action Class

2002-09-25 Thread C.Bhaskaran
Hi , First when you set the arrayList to the form bean and use struts iterate tag then you can display the result. When you want to reconstruct the ArrayList back you need to write String[] , int[] or long[] data memebers and getters and setters methods in you form

RE: How to return changes made on a JSP iteration of object properties to the Action Class

2002-09-25 Thread Joe Latty
http://www.husted.com/struts/tips/006.html Joe -Original Message- From: mail [mailto:[EMAIL PROTECTED]] Sent: Thursday, 26 September 2002 4:37 PM To: [EMAIL PROTECTED] Subject: How to return changes made on a JSP iteration of object properties to the Action Class Hello, I am creating a