Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@www.apache.org Received: (qmail 61320 invoked from network); 21 Oct 2003 17:09:54 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 21 Oct 2003 17:09:54 -0000 Received: (qmail 69931 invoked by uid 500); 21 Oct 2003 17:09:16 -0000 Delivered-To: apmail-jakarta-struts-user-archive@jakarta.apache.org Received: (qmail 69899 invoked by uid 500); 21 Oct 2003 17:09:16 -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 69860 invoked from network); 21 Oct 2003 17:09:15 -0000 Received: from unknown (HELO yorktown.nielsenmedia.com) (63.114.249.17) by daedalus.apache.org with SMTP; 21 Oct 2003 17:09:15 -0000 Received: from nmrusdunsxg3.nmrlan.net (nmrusdunsxg3.nielsenmedia.com [10.9.11.149]) by yorktown.nielsenmedia.com (8.12.10/8.12.8) with ESMTP id h9LH9JpV010908 for ; Tue, 21 Oct 2003 13:09:19 -0400 (EDT) Received: from nmrusdunsxg2.nielsenmedia.com (unverified) by nmrusdunsxg3.nmrlan.net (Content Technologies SMTPRS 4.3.10) with ESMTP id for ; Tue, 21 Oct 2003 13:09:17 -0400 Received: by nmrusdunsxg2.nielsenmedia.com with Internet Mail Service (5.5.2653.19) id ; Tue, 21 Oct 2003 13:09:17 -0400 Message-ID: <0BC5187E59E2D411A81000508BB09569055FE9F3@nmrusdunsx6.nielsenmedia.com> From: "Chen, Gin" To: "'Struts Users Mailing List'" Subject: RE: Reset() and validate() using DynaActionForm Date: Tue, 21 Oct 2003 13:09:13 -0400 MIME-Version: 1.0 X-Mailer: Internet Mail Service (5.5.2653.19) Content-Type: text/plain X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N RTFM: http://jakarta.apache.org/struts/userGuide/building_controller.html#dyna_act ion_form_classes "If need be, you can extend the DynaActionForm to add custom validate and reset methods you might need. Simply specify your subclass in the struts-config instead. However, you cannot mix conventional properties and DynaProperties. A conventional getter or setter on a DynaActionForm won't be found by the reflection utilities. " -Tim -----Original Message----- From: Shishir K. Singh [mailto:sksingh@synapsistech.com] Sent: Tuesday, October 21, 2003 1:02 PM To: Struts Users Mailing List Subject: Reset() and validate() using DynaActionForm Hello, I am trying to use DynaActionForm. However, I would like to have the reset() and validate() functionality using DynaActionForm. Any pointers as to how to get around this without going back to ActionForm. TIA Shishir --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org