Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 7374 invoked from network); 8 Nov 2005 23:23:47 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur.apache.org with SMTP; 8 Nov 2005 23:23:47 -0000 Received: (qmail 20594 invoked by uid 500); 8 Nov 2005 23:23:36 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 20572 invoked by uid 500); 8 Nov 2005 23:23:36 -0000 Mailing-List: contact user-help@struts.apache.org; run by ezmlm Precedence: bulk List-Unsubscribe: List-Help: List-Post: List-Id: "Struts Users Mailing List" Reply-To: "Struts Users Mailing List" Delivered-To: mailing list user@struts.apache.org Received: (qmail 20561 invoked by uid 99); 8 Nov 2005 23:23:36 -0000 Received: from asf.osuosl.org (HELO asf.osuosl.org) (140.211.166.49) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2005 15:23:36 -0800 X-ASF-Spam-Status: No, hits=-0.0 required=10.0 tests=SPF_PASS X-Spam-Check-By: apache.org Received-SPF: pass (asf.osuosl.org: domain of wsmoak@gmail.com designates 64.233.184.204 as permitted sender) Received: from [64.233.184.204] (HELO wproxy.gmail.com) (64.233.184.204) by apache.org (qpsmtpd/0.29) with ESMTP; Tue, 08 Nov 2005 15:23:29 -0800 Received: by wproxy.gmail.com with SMTP id 36so243804wra for ; Tue, 08 Nov 2005 15:23:14 -0800 (PST) DomainKey-Signature: a=rsa-sha1; q=dns; c=nofws; s=beta; d=gmail.com; h=received:message-id:date:from:to:subject:in-reply-to:mime-version:content-type:content-transfer-encoding:content-disposition:references; b=FHxxhA2czog+o+VgtwUhYebjXucdTAzIgUJdvo8qpdqwpUq+GWn3icKX6b2Cc28C0YuujKtUhNXKWTC9CKdntc0vaAo9YZi2+qJH//ytP+anXGmt4ev2B4bb5Gc/BUYbu26JWA0yqpwQqP2izPzXaXgRKLSu995GVynS8zkifQQ= Received: by 10.54.147.5 with SMTP id u5mr32052wrd; Tue, 08 Nov 2005 15:23:14 -0800 (PST) Received: by 10.54.128.14 with HTTP; Tue, 8 Nov 2005 15:23:14 -0800 (PST) Message-ID: Date: Tue, 8 Nov 2005 16:23:14 -0700 From: Wendy Smoak To: Struts Users Mailing List Subject: Re: Validation seemingly not getting called any longer In-Reply-To: MIME-Version: 1.0 Content-Type: text/plain; charset=ISO-8859-1 Content-Transfer-Encoding: quoted-printable Content-Disposition: inline References: X-Virus-Checked: Checked by ClamAV on apache.org X-Spam-Rating: minotaur.apache.org 1.6.2 0/1000/N On 11/8/05, Preston CRAWFORD wrote: > I have that. Either way the bottom line for me is it flys past > validation, message or no message. So I need to figure out why that is > happening. What _type_ of Action is LoginSubmitAction and How is it configured in validation.xml? What's in the log files at application startup? Turn logging up to 'debug' and you should see the validation config files being used to configure validation for each form. If the config looks right and there's nothing interesting in the log files, try stepping through the code in a debugger. JSwat is my favorite, though I'm still getting used to the new version (and need to update the instructions...) -- Wendy http://wiki.wsmoak.net/cgi-bin/wiki.pl?TomcatDebug --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org