javax.servlet.jsp.JspException: ValidatorResources,
April 21, 2008 at 12:09 PM
I found the exception javax.servlet.jsp.JspException: ValidatorResources not found in application scope under key "org.apache.commons.validator.VALIDATOR_RESOURCES"
Sol: If you have noticed the validation-rules.xml and validation.xml are not loaded while deploying the application. This is because there was a bug in the commons-validator.jar. Download the latest commons-validator jar file from apache site and replace it with the one you are using. Make sure you either rename the new jar to the same name as the old one or set the classpath to reflect the new jar file's name.
View All Comments