You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Pathangi, Rao H." <rp...@Kraft.com> on 2001/07/10 22:00:24 UTC

Error: org.apache.struts.action.MESSAGE

Hi

What exactly does this error mean??

I have a JSP (using a few Struts tags) with the action beans working with a
couple of EJB's. I have successfully deployed it in the Websphere Test
Environment using VA 3.5.3.

I am trying to deploy the same application on WAS 3.5 Patch 2 and I get the
following/well known error when I try to hit my JSP.

If Iam correct, this has to do with the web.xml, struts-config.xml files and
the addition of the servlets to the servlet container. 

Error 500
An error has occured while processing
request:http://xxx.yyy.com/phase3order.jsp
Message: Server caught unhandled exception from servlet [JSP 1.1 Processor]:
Cannot find message resources under key org.apache.struts.action.MESSAGE

Could some one throw some light on this puhlease....


Regards
Hemant Pathangi



Re: Error: org.apache.struts.action.MESSAGE

Posted by suhas <su...@techmas.hcltech.com>.
check if u specified the applicationResourcefile in the web.xml
as
<init-param>
<param-name>
    application
</param-name>
<param-value>
    example.applicationResource
</param-value>
</init-param>

If u using <bean:message> tag in the Jsp then the application REsources
should have been loaded before
Check that

Suhas

----- Original Message -----
From: Pathangi, Rao H. <rp...@Kraft.com>
To: <st...@jakarta.apache.org>
Sent: Tuesday, July 10, 2001 9:00 PM
Subject: Error: org.apache.struts.action.MESSAGE


> Hi
>
> What exactly does this error mean??
>
> I have a JSP (using a few Struts tags) with the action beans working with
a
> couple of EJB's. I have successfully deployed it in the Websphere Test
> Environment using VA 3.5.3.
>
> I am trying to deploy the same application on WAS 3.5 Patch 2 and I get
the
> following/well known error when I try to hit my JSP.
>
> If Iam correct, this has to do with the web.xml, struts-config.xml files
and
> the addition of the servlets to the servlet container.
>
> Error 500
> An error has occured while processing
> request:http://xxx.yyy.com/phase3order.jsp
> Message: Server caught unhandled exception from servlet [JSP 1.1
Processor]:
> Cannot find message resources under key org.apache.struts.action.MESSAGE
>
> Could some one throw some light on this puhlease....
>
>
> Regards
> Hemant Pathangi
>