ValidatorResources not found in application
Posted
by jojolapin
on Stack Overflow
See other posts from Stack Overflow
or by jojolapin
Published on 2010-05-20T12:08:22Z
Indexed on
2010/05/20
12:10 UTC
Read the original article
Hit count: 247
I had been told to deploy a *.war file within tomcat and this application should be working fine.
But for an unknown reason all I get is: System Exception: javax.servlet.jsp.JspException: ValidatorResources not found in application scope under key "org.apache.commons.validator.VALIDATOR_RESOURCES"
I know that this application has been developed with STRUTS and I can obtain the source. But as I am not a specialist in this field, I come to ask for some help.
Could you tell me what file could generate this exception please?
© Stack Overflow or respective owner