Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 80050 invoked from network); 30 Jun 2005 09:42:25 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 30 Jun 2005 09:42:25 -0000 Received: (qmail 9374 invoked by uid 500); 30 Jun 2005 09:42:08 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 9349 invoked by uid 500); 30 Jun 2005 09:42:07 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 9336 invoked by uid 500); 30 Jun 2005 09:42:07 -0000 Received: (qmail 9332 invoked by uid 99); 30 Jun 2005 09:42:06 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 02:42:06 -0700 X-ASF-Spam-Status: No, hits=0.0 required=10.0 tests= X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [82.195.128.252] (HELO postie2.hosting365.ie) (82.195.128.252) by apache.org (qpsmtpd/0.29) with ESMTP; Thu, 30 Jun 2005 02:42:09 -0700 Received: from Ciaran (unknown [82.141.225.105]) by postie2.hosting365.ie (Postfix) with ESMTP id 68A3EB457567 for ; Thu, 30 Jun 2005 10:42:04 +0100 (IST) From: "Ciaran Hanley" To: "'Struts User Mailing List'" Subject: DynaActionForm values problem after submit Date: Thu, 30 Jun 2005 10:41:55 +0100 Message-ID: <003a01c57d57$f749e8d0$0100a8c0@Ciaran> MIME-Version: 1.0 Content-Type: text/plain; charset="US-ASCII" Content-Transfer-Encoding: quoted-printable X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook, Build 10.0.4510 X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2527 In-Reply-To: <001501c57c13$f06ac880$0100a8c0@Ciaran> Importance: Normal X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N Can anybody help me with the problem below please. I've hit a brick wall with it! :) -----Original Message----- From: Ciaran Hanley [mailto:ciaran.hanley@sentenial.ie]=20 Sent: 28 June 2005 20:02 To: 'Struts User Mailing List' Subject: Unable to read DynaForm array values I have the following DynaActionForm bean (where EditPaymentForm extends DynaActionForm so I can use the validation method) and corresponding = action mapping =20 =20 I pre-populate this form in my Action class for display on a JSP for editing. The values show up fine in the JSP text boxes. When the form is submitted the String name property changes fine, but the values in the payments array is not being saved. I just get the original pre-populated data when I use the get methods after submitting. Here is a snippet from the JSP =20 =20 And here is form class =20 public class EditPaymentForm extends DynaActionForm implements = Serializable=20 { =20 public ActionErrors validate(ActionMapping mapping, = HttpServletRequest request) { //custom checks } } Can anybody help me figure out why the values aren't being saved upon submitting the form please? Thanks --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org