Return-Path: Delivered-To: apmail-jakarta-commons-user-archive@www.apache.org Received: (qmail 47835 invoked from network); 26 Aug 2005 16:54:11 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 26 Aug 2005 16:54:11 -0000 Received: (qmail 93129 invoked by uid 500); 26 Aug 2005 16:54:06 -0000 Delivered-To: apmail-jakarta-commons-user-archive@jakarta.apache.org Received: (qmail 92786 invoked by uid 500); 26 Aug 2005 16:54:05 -0000 Mailing-List: contact commons-user-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Jakarta Commons Users List" Reply-To: "Jakarta Commons Users List" Delivered-To: mailing list commons-user@jakarta.apache.org Received: (qmail 92773 invoked by uid 99); 26 Aug 2005 16:54:05 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Fri, 26 Aug 2005 09:54:05 -0700 X-ASF-Spam-Status: No, hits=0.9 required=10.0 tests=DNS_FROM_RFC_ABUSE,FROM_ENDS_IN_NUMS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: local policy) Received: from [206.190.38.168] (HELO web51302.mail.yahoo.com) (206.190.38.168) by apache.org (qpsmtpd/0.29) with SMTP; Fri, 26 Aug 2005 09:54:21 -0700 Received: (qmail 80975 invoked by uid 60001); 26 Aug 2005 16:54:02 -0000 DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=s1024; d=yahoo.com; h=Message-ID:Received:Date:From:Reply-To:Subject:To:MIME-Version:Content-Type:Content-Transfer-Encoding; b=xNcZZWVxs7syrkvxAmGcnd5rWeenLj/tW2PKlY6cwQ5OBYVx2xRbVjeHpdtjYuv9H1ttEFrPXkV1BrInvH0cbjFV3x/1hWetwa6+5UhSBaK5pyORS545BkwFT1oKvm02NJ4P90xdIFHlXFtObfJHagGyo0xCsjevtL2gYictpo0= ; Message-ID: <20050826165402.80969.qmail@web51302.mail.yahoo.com> Received: from [66.185.174.100] by web51302.mail.yahoo.com via HTTP; Fri, 26 Aug 2005 09:54:01 PDT Date: Fri, 26 Aug 2005 09:54:01 -0700 (PDT) From: Matt Sidesinger Reply-To: bocce15@yahoo.com Subject: Validator Field getFieldOrder always returns 0 To: commons-user@jakarta.apache.org MIME-Version: 1.0 Content-Type: text/plain; charset=iso-8859-1 Content-Transfer-Encoding: 8bit X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N I would like my validation errors to be returned in the same order in which the validations are defined in my validations configuration file. To do this, I need the value of the Field's fieldOrder. It appears that this value is always 0. Is this correct or is this something that I need to set? I looked in the ValidatorResources's internalProcessForms method, and looks like the setFieldOrder method is never called. I believe that this is where the Validator code should be setting the value, that is, if at all. Has anyone had a similar problem? Thanks, Matt ____________________________________________________ Start your day with Yahoo! - make it your home page http://www.yahoo.com/r/hs --------------------------------------------------------------------- To unsubscribe, e-mail: commons-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-user-help@jakarta.apache.org