Return-Path: Delivered-To: apmail-struts-dev-archive@www.apache.org Received: (qmail 15405 invoked from network); 26 Oct 2006 06:16:39 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (140.211.11.2) by minotaur.apache.org with SMTP; 26 Oct 2006 06:16:39 -0000 Received: (qmail 67658 invoked by uid 500); 25 Oct 2006 11:21:30 -0000 Delivered-To: apmail-struts-dev-archive@struts.apache.org Received: (qmail 67619 invoked by uid 500); 25 Oct 2006 11:21:30 -0000 Mailing-List: contact dev-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Developers List" Reply-To: "Struts Developers List" Delivered-To: mailing list dev@struts.apache.org Received: (qmail 67603 invoked by uid 99); 25 Oct 2006 11:21:30 -0000 Received: from herse.apache.org (HELO herse.apache.org) (140.211.11.133) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 04:21:30 -0700 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_HELO_PASS,SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (herse.apache.org: domain of lists@nabble.com designates 72.21.53.35 as permitted sender) Received: from [72.21.53.35] (HELO talk.nabble.com) (72.21.53.35) by apache.org (qpsmtpd/0.29) with ESMTP; Wed, 25 Oct 2006 04:21:18 -0700 Received: from [72.21.53.38] (helo=jubjub.nabble.com) by talk.nabble.com with esmtp (Exim 4.50) id 1Gcgob-0004cz-IK for dev@struts.apache.org; Wed, 25 Oct 2006 04:20:57 -0700 Message-ID: <6990180.post@talk.nabble.com> Date: Wed, 25 Oct 2006 04:20:57 -0700 (PDT) From: zeta To: dev@struts.apache.org Subject: Re: DynaValidatorForm not working In-Reply-To: <6982599.post@talk.nabble.com> MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: quoted-printable X-Nabble-From: zoraidahidalgo@gmail.com References: <6982599.post@talk.nabble.com> X-Virus-Checked: Checked by ClamAV on apache.org Hi, your code is ok, but you need to specified in the jsp page the next: ******************************* the jsp file: > > =09 > =09=09=09=09type=3D"org.apache.struts.validator.DynaValidatorForm"> > =09=09=09=09=09 =09=09=09=09=09=09type=3D"java.lang.String"=20 > =09=09=09=09=09=09initial=3D""/> > > > =20 > > > =09 > =09=09input=3D"/input.jsp" =09=09=20 > =09=09path=3D"/inputSubmit" > =09=09scope=3D"request"=20 > =09=09type=3D"test.InputAction"=20 > =09=09validate=3D"true"> > =09=09 > =09=09 =09=09=09 > > > =20 > > =09parameter=3D"test.ApplicationResources"/> > =20 > > > =09=09=09=09value=3D"/WEB-INF/validator-rules.xml,/WEB-INF/validation= .xml"/> > > > >=20 > ************************* Validation.xml ********** >