Eric wrote:
> 
> What does this mean?  Is there actually supposed to be a MESSAGE file
> in the source?  When I try to compile my jsp i get this:
> 
> Internal Servlet Error:
> 
> javax.servlet.ServletException: Missing resources attribute
> org.apache.struts.action.MESSAGE
I had the same problem, but it disappeared
when i added

   <servlet>
    <servlet-name>action</servlet-name>
   
<servlet-class>org.apache.struts.action.ActionServlet</servlet-class>
    etc.

to web.xml
(Or was it when i added struts.jar to the CLASSPATH? I can't remember).

Marcel

-- 
Marcel Ruff
mailto:[EMAIL PROTECTED]
http://www.lake.de/home/lake/swand/
http://www.xmlBlaster.org

Reply via email to