Hi,
the struts-example from Struts 1.1 works with Resin 2.05 but if I start it
with the WSAD 4.0 (Websphere Application Developer) there comes this error:

Error Message: Cannot find message resources under key
org.apache.struts.action.MESSAGE
Error Code: 500
Target Servlet: null
Error Stack:
javax.servlet.jsp.JspException: Cannot find message resources under key
org.apache.struts.action.MESSAGE
     at org.apache.struts.util.RequestUtils.message(RequestUtils.java:793)
     at
org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:295)
     at index_jsp_0._jspService(index.jsp :6)
     at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:139)

     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
     at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:286)


     at
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:415)
     at org.apache.jasper.runtime.JspServlet.service(JspServlet.java:544)
     at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
...

Has somebody an idea? I didn't changed the example. So in the
struts-config.xml it's still this code:
<message-resources parameter
="org.apache.struts.webapp.example.ApplicationResources"/>


Thanks,
Susanne



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

Reply via email to