RE: Exception while using validator framework

2007-06-01 Thread Fei Fei
OH.. you can referrence this web page to fix your problem: http://www.junlu.com/msg/200341.html _ With Windows Live Hotmail, you can personalize your inbox with your favorite color. www.windowslive-hotmail.com/learnmore/personalize

Re: Exception while using validator framework

2007-06-01 Thread Fitzwilliam . Aaron
Guess you used the wrong version of the "commons-validator.jar". Luck. Fitzwilliam -- 北半球的狗几月份掉毛?

Re: Exception while using validator framework

2007-06-01 Thread Fitzwilliam . Aaron
Tell me those things: 1. struts' version u r using; 2. DOCTYPE of both validation.xml and validation-rules.xml -- 北半球的狗几月份掉毛?

RE: Exception while using validator framework

2007-06-01 Thread bhanuprakash.singh
Sir I have removed the old one and put the new one -Original Message- From: Oguz Kologlu [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 2:00 PM To: Struts Users Mailing List Subject: Re: Exception while using validator framework also make sure you delete the old one. Oz On 01

Re: Exception while using validator framework

2007-06-01 Thread Oguz Kologlu
iginal Message- From: Fei Fei [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 12:34 PM To: Struts Users Mailing List Subject: RE: Exception while using validator framework update your commons-validator.jar file,it is an old version, - A Fei -> Subject: Exception while using validator

RE: Exception while using validator framework

2007-06-01 Thread bhanuprakash.singh
: Struts Users Mailing List Subject: RE: Exception while using validator framework update your commons-validator.jar file,it is an old version, - A Fei -> Subject: Exception while using validator framework> Date: Fri, 1 Jun 2007 12:22:45 +0530> From: [EMAIL PROTECTED]> To: user@strut

RE: Exception while using validator framework

2007-06-01 Thread Fei Fei
update your commons-validator.jar file,it is an old version, - A Fei -> Subject: Exception while using validator framework> Date: Fri, 1 Jun 2007 12:22:45 +0530> From: [EMAIL PROTECTED]> To: user@struts.apache.org> > > Hi all,> > > > I have created a sample s

RE: Exception while using validator framework

2007-06-01 Thread bhanuprakash.singh
Thanks for your kind response Wang Yes I have the required commons-validator.jar in the /web-inf/lib Regards Bhanu -Original Message- From: wang huan [mailto:[EMAIL PROTECTED] Sent: Friday, June 01, 2007 12:29 PM To: Struts Users Mailing List Subject: Re: Exception while using

Re: Exception while using validator framework

2007-05-31 Thread wang huan
19:57:00,515 ERROR [ActionServlet] Unable to initialize Struts ActionServlet due to an unexpected exception or error thrown, so marking the servlet as unavailable. Most likely, this is due to an incorrect or missing library dependency. java.lang.NoSuchMethodError: org.apache.commons.validator.V

Exception while using validator framework

2007-05-31 Thread bhanuprakash.singh
Hi all, I have created a sample struts application Im trying to make use of the validator framework The steps which i have carried out are 1 .I have included validation.xml and validation-rules.xml in WEB-INF 2 .then in struts-config.xml i have included the required