This is the wrong answer because

(1) Root Directory: `/home/gdd2_dev/jakarta-tomcat-3.2.1/webapps/pilgpe'

  `pilgpe'
    |
    +-- WEB-INF
    |   |
    |   +-- classes
    |   |   |
    |   |   +-- com
    |   |   |
    |   |   +-- learn
    |   |
    |   +-- lib
    |   |
    |   +-- tlds
    |
    +-- moar
    |   |
    |   +-- images
    |   |
    |   +-- static
    |
    +-- properties

(2) The JSP Container should load any classes under `WEB-INF/classes' and any
JAR files under `WEB-INF/lib' and since `struts.jar' is already under `WEB-INF/lib'
then this shouldn't be an issue!

--
Peter Pilgrim          |  |        ++44 (0)207-545-9923
            .... \  \  ___   /  / ... .
            -   ----  ( * )  ---   --
_____________________________Cafe_Savannah,_San Antonio,Ibiza__



Please respond to [EMAIL PROTECTED]


To:   <[EMAIL PROTECTED]>
cc:
Subject:  Re: Action fails to be invoked. ActionForm class not found.


Hi
Did you put <your_directory>/moar/WEB-INF/classes in your CLASSPATH ?
Your error is related to CLASSNOTFOUND and is related to your CLASSPATH
configuration.



--<CUT>--




--

This e-mail may contain confidential and/or privileged information. If you are not the 
intended recipient (or have received this e-mail in error) please notify the sender 
immediately and destroy this e-mail. Any unauthorized copying, disclosure or 
distribution of the material in this e-mail is strictly forbidden.


Reply via email to