Return-Path: Delivered-To: apmail-struts-user-archive@www.apache.org Received: (qmail 79799 invoked from network); 1 Sep 2004 18:49:57 -0000 Received: from hermes.apache.org (HELO mail.apache.org) (209.237.227.199) by minotaur-2.apache.org with SMTP; 1 Sep 2004 18:49:57 -0000 Received: (qmail 23695 invoked by uid 500); 1 Sep 2004 18:49:36 -0000 Delivered-To: apmail-struts-user-archive@struts.apache.org Received: (qmail 23669 invoked by uid 500); 1 Sep 2004 18:49:36 -0000 Mailing-List: contact user-help@struts.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 user@struts.apache.org Received: (qmail 23654 invoked by uid 99); 1 Sep 2004 18:49:35 -0000 X-ASF-Spam-Status: No, hits=1.2 required=10.0 tests=RCVD_IN_NJABL_PROXY,SPF_HELO_PASS X-Spam-Check-By: apache.org Received-SPF: neutral (hermes.apache.org: local policy) Received: from [207.217.120.149] (HELO asmtp-a063f33.pas.sa.earthlink.net) (207.217.120.149) by apache.org (qpsmtpd/0.28) with ESMTP; Wed, 01 Sep 2004 11:49:35 -0700 Received: from pool-151-199-40-129.bos.east.verizon.net ([151.199.40.129] helo=friedman) by asmtp-a063f33.pas.sa.earthlink.net with asmtp (Exim 4.34) id 1C2aAo-0005wG-Do for user@struts.apache.org; Wed, 01 Sep 2004 11:49:34 -0700 From: "David Friedman" To: "Struts Users Mailing List" Subject: RE: skipping validation rules file from '/WEB-INF/validation.xml' Date: Wed, 1 Sep 2004 14:49:56 -0400 Message-ID: MIME-Version: 1.0 Content-Type: text/plain; charset="us-ascii" Content-Transfer-Encoding: 7bit X-Priority: 3 (Normal) X-MSMail-Priority: Normal X-Mailer: Microsoft Outlook IMO, Build 9.0.2416 (9.0.2911.0) In-Reply-To: <20040901183425.51321.qmail@web52605.mail.yahoo.com> X-MimeOLE: Produced By Microsoft MimeOLE V6.00.2900.2180 Importance: Normal X-ELNK-Trace: b135f2a34802a90f6f36dc87813833b2c01dc372911c85ad98a86105408920b35f6ab516a737df72350badd9bab72f9c350badd9bab72f9c350badd9bab72f9c X-Originating-IP: 151.199.40.129 X-Virus-Checked: Checked X-Spam-Rating: minotaur-2.apache.org 1.6.2 0/1000/N Jen/Caroline, Why are you listing a plugIn in your struts-config.xml when the files described within the plugIn config don't exist? If course you'll get error messages. The validation-rules.xml describes to the plugIn how to configure Javascript and server-side validation while the validations.xml (or whatever you eventually name it) described the validations you wish to perform on your various actions/forms which subclass the appropriate ValidatorForm, ValidatorActionForm, DynaValidatorForm, etc. classes. If you're not using the validator plugIn right now, just comment it out of your struts-config.xml with the comment marks. Regards, David -----Original Message----- From: Caroline Jen [mailto:jiapei_jen@yahoo.com] Sent: Wednesday, September 01, 2004 2:34 PM To: Struts Users Mailing List Subject: RE: skipping validation rules file from '/WEB-INF/validation.xml' Thanks for replying to my question. The validation entry in my struts-config.xml looks like: Currently, I do not have either validator-rules.xml or validation.xml file in the WEB-INF directory. Is it the cause of that message that appears in the Tomcat console? --- David Friedman wrote: > Jen, > > What is the entry in your struts-config.xml for > validation? Is there a > WEB-INF/validation.xml or WEB-INF/validations.xml? > > Regards, > David > > -----Original Message----- > From: Caroline Jen [mailto:jiapei_jen@yahoo.com] > Sent: Wednesday, September 01, 2004 2:16 PM > To: struts-user@jakarta.apache.org > Subject: skipping validation rules file from > '/WEB-INF/validation.xml' > > > When I start my Tomcat 5.0.27, I saw the following > message in the console: > > "SEVERE: skipping validation rules file from > '/WEB-INF/validation.xml'. No stream could be > opened." > > What is going on? Something is wrong with the > validation.xml? or something is wrong with the > validation plug-in that I specified in my > struts-config.xml? > > __________________________________________________ > Do You Yahoo!? > Tired of spam? Yahoo! Mail has the best spam > protection around > http://mail.yahoo.com > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@struts.apache.org > For additional commands, e-mail: > user-help@struts.apache.org > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: > user-unsubscribe@struts.apache.org > For additional commands, e-mail: > user-help@struts.apache.org > > _______________________________ Do you Yahoo!? Win 1 of 4,000 free domain names from Yahoo! Enter now. http://promotions.yahoo.com/goldrush --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org --------------------------------------------------------------------- To unsubscribe, e-mail: user-unsubscribe@struts.apache.org For additional commands, e-mail: user-help@struts.apache.org