From struts-user-return-85199-qmlist-jakarta-archive-struts-user=nagoya.apache.org@jakarta.apache.org Thu Jul 10 08:41:56 2003 Return-Path: Delivered-To: apmail-jakarta-struts-user-archive@apache.org Received: (qmail 63835 invoked from network); 10 Jul 2003 08:41:55 -0000 Received: from exchange.sun.com (192.18.33.10) by daedalus.apache.org with SMTP; 10 Jul 2003 08:41:55 -0000 Received: (qmail 24802 invoked by uid 97); 10 Jul 2003 08:44:34 -0000 Delivered-To: qmlist-jakarta-archive-struts-user@nagoya.betaversion.org Received: (qmail 24795 invoked from network); 10 Jul 2003 08:44:34 -0000 Received: from daedalus.apache.org (HELO apache.org) (208.185.179.12) by nagoya.betaversion.org with SMTP; 10 Jul 2003 08:44:34 -0000 Received: (qmail 61852 invoked by uid 500); 10 Jul 2003 08:41:34 -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 61840 invoked from network); 10 Jul 2003 08:41:33 -0000 Received: from mail.ureach.com (HELO ureach.com) (63.150.151.36) by daedalus.apache.org with SMTP; 10 Jul 2003 08:41:33 -0000 Received: from www23.ureach.com (www23.ureach.com [172.16.2.51]) by ureach.com (8.9.1/8.8.5) with ESMTP id EAA27397 for ; Thu, 10 Jul 2003 04:41:46 -0400 Received: (from nobody@localhost) by www23.ureach.com (8.9.3/8.9.1) id EAA07753; Thu, 10 Jul 2003 04:41:46 -0400 Date: Thu, 10 Jul 2003 04:41:46 -0400 Message-Id: <200307100841.EAA07753@www23.ureach.com> Received: from [203.145.186.2] by www23.ureach.com via HTTP; Thu, 10 Jul 2003 08:41:46 GMT To: struts-user@jakarta.apache.org From: guruprasad jakka Reply-to: Subject: Validation Problems Mime-Version: 1.0 Content-Type: Text/Plain; charset=iso-8859-1 Content-Transfer-Encoding: 7bit X-vsuite-type: e X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N X-Spam-Rating: daedalus.apache.org 1.6.2 0/1000/N Dear Struts users, I have done a simple web-app using validator framework. the JavaScript validations are proper.But in the server side validations, i have problems. Only,the 'required','minlength'&'maxlength' validations are working.Rest other validators have no effect even though, i have used them in the validation.xml file. eg- validate email-address has no effect even if i enter a invalid email-address. In javascript validations, if I enter a invalid email-id , I am getting a error,whereas in server side there is no error shown. Here is my validation.xml file .
mask ^\w+$ minlength 5
Please,tell me what would be the problem and how to solve it. ________________________________________________ Get your own "800" number Voicemail, fax, email, and a lot more http://www.ureach.com/reg/tag --------------------------------------------------------------------- To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org For additional commands, e-mail: struts-user-help@jakarta.apache.org