Return-Path: Delivered-To: apmail-jakarta-commons-dev-archive@www.apache.org Received: (qmail 81841 invoked from network); 5 Feb 2004 01:14:25 -0000 Received: from daedalus.apache.org (HELO mail.apache.org) (208.185.179.12) by minotaur-2.apache.org with SMTP; 5 Feb 2004 01:14:25 -0000 Received: (qmail 73193 invoked by uid 500); 5 Feb 2004 01:14:03 -0000 Delivered-To: apmail-jakarta-commons-dev-archive@jakarta.apache.org Received: (qmail 73138 invoked by uid 500); 5 Feb 2004 01:14:03 -0000 Mailing-List: contact commons-dev-help@jakarta.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Subscribe: List-Help: List-Post: List-Id: "Jakarta Commons Developers List" Reply-To: "Jakarta Commons Developers List" Delivered-To: mailing list commons-dev@jakarta.apache.org Received: (qmail 73121 invoked from network); 5 Feb 2004 01:14:03 -0000 Received: from unknown (HELO cvgmx1.convergys.com) (63.210.255.12) by daedalus.apache.org with SMTP; 5 Feb 2004 01:14:02 -0000 Received: from fedex.p2k.cbis.com (fedex.oz.convergys.com [10.12.11.62]) by cvgmx1.convergys.com (Mirapoint Messaging Server MOS 2.9.3.2) with ESMTP id BAB13391; Wed, 4 Feb 2004 20:14:09 -0500 (EST) Received: from convergys.com (cinvpn-155-90-36-7.img.convergys.com [155.90.36.7]) by fedex.p2k.cbis.com (8.8.8/8.8.8) with ESMTP id UAA29144 for ; Wed, 4 Feb 2004 20:14:09 -0500 (EST) Message-ID: <402198DA.9080801@convergys.com> Date: Wed, 04 Feb 2004 20:14:02 -0500 From: Mike Sauer Reply-To: msauer@convergys.com User-Agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.4) Gecko/20030624 Netscape/7.1 (ax) X-Accept-Language: en-us, en MIME-Version: 1.0 To: commons-dev@jakarta.apache.org Subject: [Validator] Need to validate one field at a time Content-Type: text/plain; charset=ISO-8859-1; format=flowed Content-Transfer-Encoding: 7bit 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 I would like to be able to validate just a single field. I am making use of the validator framework via struts and I am now considering using it to perform validation in a Swing application. For a Swing app I would like to validate each field as it loses focus. In the 1.0.2 version of the validation framework the validateField method is private. In later versions I have noticed that this behavior is being moved to the Field class but the methods appear to be package protected. Basically I would like to know if I am trying to do something that the framework was never meant to and never will be able to support. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: commons-dev-unsubscribe@jakarta.apache.org For additional commands, e-mail: commons-dev-help@jakarta.apache.org