RE: validator error for struts1.2.8

2006-04-26 Thread Raghuveer
ednesday, April 26, 2006 9:05 PM To: 'Chaudhary, Harsh'; 'Struts Users Mailing List' Subject: RE: validator error for struts1.2.8 find complete stacktrace javax.servlet.UnavailableException: Cannot load a validator resource from '/WEB-INF/validator-rules.xml,/W

RE: validator error for struts1.2.8

2006-04-26 Thread Raghuveer
Harsh'; 'Struts Users Mailing List' Subject: RE: validator error for struts1.2.8 I have copied it from struts-1.2.8-bin.zip struts-1.2.8-bin\struts-1.2.8-bin\webapps\WEB-INF Still the error continues -Original Message- From: Chaudhary, Harsh [mailto:[EMAIL PROTECTED] Sen

RE: validator error for struts1.2.8

2006-04-26 Thread Raghuveer
: validator error for struts1.2.8 My 2 cents. Your struts-config for the validator and validation xml looks good. Maybe your validator-rules.xml file is corrupted or does not have all the validation rules definitions. You could try copying the validator-rules.xml file from the struts sample app

RE: validator error for struts1.2.8

2006-04-26 Thread Zheng Wen Zhe
s.apache.org Subject: validator error for struts1.2.8 I am getting below error when started implementing validaor framework Servlet error: Cannot load a validator resource from '/WEB-INF/validator-rules.xml I'm running Struts Version 1.2.8. I am using ValidatorForm public class

RE: validator error for struts1.2.8

2006-04-26 Thread Chaudhary, Harsh
. -Original Message- From: Raghuveer [mailto:[EMAIL PROTECTED] Sent: Wednesday, April 26, 2006 10:11 AM To: user@struts.apache.org Subject: validator error for struts1.2.8 I am getting below error when started implementing validaor framework Servlet error: Cannot load a validator resource from '

validator error for struts1.2.8

2006-04-26 Thread Raghuveer
I am getting below error when started implementing validaor framework Servlet error: Cannot load a validator resource from '/WEB-INF/validator-rules.xml I'm running Struts Version 1.2.8. I am using ValidatorForm public class CLoginVO extends ValidatorForm{ - http://jakarta.apache.or