Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 83124 invoked from network); 2 Jan 2003 19:43:15 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 2 Jan 2003 19:43:15 -0000 Received: (qmail 10898 invoked by uid 97); 2 Jan 2003 19:44:18 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@jakarta.apache.org Received: (qmail 10821 invoked by uid 97); 2 Jan 2003 19:44:17 -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 10733 invoked by uid 98); 2 Jan 2003 19:44:17 -0000 X-Antivirus: nagoya (v4218 created Aug 14 2002) Message-ID: <3E14961E.4090208@travelocity.com> Date: Thu, 02 Jan 2003 14:42:22 -0500 From: Michelle Harris User-Agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:0.9.8) Gecko/20020205 X-Accept-Language: en-us MIME-Version: 1.0 To: struts-user@jakarta.apache.org Subject: 2nd field doesn't validate, first one does Content-Type: text/plain; charset=us-ascii; format=flowed Content-Transfer-Encoding: 7bit X-OriginalArrivalTime: 02 Jan 2003 19:43:05.0198 (UTC) FILETIME=[2B0EA0E0:01C2B297] X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Hi all, I've been trying to get data validation working. Many thanks for earlier responses. I did get a sample login app up and running. However, the oddest thing happens. The first field, username, validates correctly. However, the second one, password, doesn't validate at all. I'm including my validation.xml file -- hoping I have an error. Any advice would be much appreciated. Many thanks, Michelle ----
mask ^\w+$ minlength 5 mask ^[a-zA-Z]*$ maxlength 8
-- To unsubscribe, e-mail: For additional commands, e-mail: