Google Groups no longer supports new Usenet posts or subscriptions. Historical content remains viewable.
Dismiss

Help!! Struts

0 views
Skip to first unread message

hyman

unread,
Jun 4, 2002, 4:56:09 AM6/4/02
to
I'm using WebLogic 6.1 and struts 1.0.2 on Solaris. I installed my web application in Weblogic. I'm getting the error when I run my web application:
avax.servlet.jsp.JspException: Cannot find message resources under key org.apache.struts.action.MESSAGE
at org.apache.struts.util.RequestUtils.message(RequestUtils.java:568)
at org.apache.struts.taglib.bean.MessageTag.doStartTag(MessageTag.java:239)
at jsp_servlet.__home._jspService(__home.java:117)
at weblogic.servlet.jsp.JspBase.service(JspBase.java:27)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:265)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:304)
at weblogic.servlet.internal.ServletStubImpl.invokeServlet(ServletStubImpl.java:200)
at weblogic.servlet.internal.WebAppServletContext.invokeServlet(WebAppServletContext.java:2495)
at weblogic.servlet.internal.ServletRequestImpl.execute(ServletRequestImpl.java:2204)
at weblogic.kernel.ExecuteThread.execute(ExecuteThread.java:139)
at weblogic.kernel.ExecuteThread.run(ExecuteThread.java:120)

what's going on?
Any help would be appreciated.

Dimitri I. Rakitine

unread,
Jun 4, 2002, 7:41:52 PM6/4/02
to
Do you have

<init-param>
<param-name>application</param-name>
<param-value>YourApplicationResources</param-value>
</init-param>

configured in your application web.xml/action servlet config ?

--
Dimitri

0 new messages