Hi,
I have the following structure:
+------WEB-INF
        +--classes
                +--books
                        Book.java
                        BookAction.java
                MessageResources.properties
        +-lib
                commoms-beansutils.jar
                commoms-digester.jar
                commoms-fileupload.jar
                commoms-loggin.jar
                commoms-validator.jar
                jakarta-oro.jar
                struts.jar
        struts-beans.tld
        struts-config.xml
        struts-html.tld
        struts-logic.tld
        struts-nested.tld
        struts-tiles.tld
        tiles-defs.xml
        validation.xml
        validator-rules.xml
        web.xml
 bookview.jsp
createbook.jsp
index.jsp

i made this application based at Struts Tutorial, and then i try view the 
createbook.jsp, i get an error:
24/02/2005 14:43:06 org.apache.struts.action.ActionServlet init
SEVERE: 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.NoClassDefFoundError: 
org/apache/commons/validator/ValidatorResources

and dont know what is happining. the class is in the path 
lib/commoms-validator.jar.

can you helpme?

thanks

-- 
Alex Rodrigues da Silva
Analista de Sistemas
tel.: 55 21 8825-1967
[EMAIL PROTECTED]
Linux User #378866

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to