Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 61313 invoked from network); 26 Sep 2002 06:22:54 -0000 Received: from unknown (HELO nagoya.betaversion.org) (192.18.49.131) by daedalus.apache.org with SMTP; 26 Sep 2002 06:22:54 -0000 Received: (qmail 11043 invoked by uid 97); 26 Sep 2002 06:23:23 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 11026 invoked by uid 97); 26 Sep 2002 06:23:23 -0000 Mailing-List: contact struts-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list struts-user@jakarta.apache.org Received: (qmail 11014 invoked by uid 98); 26 Sep 2002 06:23:22 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) From: "mail" To: Subject: How to return changes made on a JSP iteration of object properties to the Action Class Date: Wed, 25 Sep 2002 23:36:48 -0700 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="iso-8859-1" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) Importance: Normal X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2600.0000 X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hello, I am creating an ArrayList of GridDetermination objects in session scope. I sent this to a JSP which displays the arraylist properties. I then can make changes to a property and hit submit, but when the action gets the arraylist back (via the session.getAttribute) the changes are not there. The ArrayList is the same as when I sent it. Is there a step in the JSP that I am missing, like a setProperty, etc..., that will store the changes into the ArrayList in the session scope? Can anyone tell me how I can send an ArrayList of objects, iterate through it to create a table on the web page, allow changes to each property, then return that change to the Action class where I can perform operations based upon the change? Thanks in advance! example of my JSP iterate: CMPLD OIS RDA BMA PMA DEN Approve Deny -- To unsubscribe, e-mail: For additional commands, e-mail: