You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by "Rajasekaran, Iyanu (I.)" <ir...@ford.com> on 2003/11/22 11:45:20 UTC

Please throw some light on this problem ...

Hi All, 
  For a Websphere 4.0.3 based application , I try to migrate to Struts 1.1 (officially supported at Ford) and have got the following INFOs when the server gets started, 

 [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.util.LocalStrings', returnNull=true
 [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.action.ActionResources', returnNull=true
 [INFO] PropertyMessageResources - -Initializing, config='com.<MyCompany>.<MyProject>.config.ApplicationResources', returnNull=true

  Also i get the following exception when my startup servlet gets loaded,
 [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
 [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
 [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
 [INFO] PropertyMessageResources - -Initializing, config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
 Servlet Error:  Since tag handler class org.apache.struts.taglib.bean.DefineTag does not implement BodyTag, it can&#39;t return 	BodyTag.EVAL_BODY_TAG: javax.servlet.jsp.JspTagException: 
		 at jsp.en.pc.security._Menu_jsp_0._jspService(_Menu_jsp_0.java:396)
		 at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:142)
		 at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
		 at org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.java:300)
		 at org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:430)

 Could anyone here tell me why I might be getting the above INFOs and Exception..

 Thanks and Regards,
 Rajasekaran Iyanu,
 Cognizant Techlology Solutions.



---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org


Re: Please throw some light on this problem ...

Posted by Martin Gainty <mg...@hotmail.com>.
I think you found a genuine bug as
tag handler class org.apache.struts.taglib.bean.DefineTag does not implement
BodyTag while viewing the source
I would foward this bug to Craig.McClanahan@eng.sun.com
Keep me apprised,
-Martin
----- Original Message ----- 
From: "Rajasekaran, Iyanu (I.)" <ir...@ford.com>
To: <st...@jakarta.apache.org>
Sent: Saturday, November 22, 2003 5:45 AM
Subject: Please throw some light on this problem ...


> Hi All,
>   For a Websphere 4.0.3 based application , I try to migrate to Struts 1.1
(officially supported at Ford) and have got the following INFOs when the
server gets started,
>
>  [INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.util.LocalStrings', returnNull=true
>  [INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.action.ActionResources', returnNull=true
>  [INFO] PropertyMessageResources - -Initializing,
config='com.<MyCompany>.<MyProject>.config.ApplicationResources',
returnNull=true
>
>   Also i get the following exception when my startup servlet gets loaded,
>  [INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
>  [INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
>  [INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.taglib.logic.LocalStrings', returnNull=true
>  [INFO] PropertyMessageResources - -Initializing,
config='org.apache.struts.taglib.bean.LocalStrings', returnNull=true
>  Servlet Error:  Since tag handler class
org.apache.struts.taglib.bean.DefineTag does not implement BodyTag, it
can&#39;t return BodyTag.EVAL_BODY_TAG: javax.servlet.jsp.JspTagException:
> at jsp.en.pc.security._Menu_jsp_0._jspService(_Menu_jsp_0.java:396)
> at org.apache.jasper.runtime.HttpJspBase.service(HttpJspBase.java:142)
> at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
> at
org.apache.jasper.runtime.JspServlet$JspServletWrapper.service(JspServlet.ja
va:300)
> at
org.apache.jasper.runtime.JspServlet.serviceJspFile(JspServlet.java:430)
>
>  Could anyone here tell me why I might be getting the above INFOs and
Exception..
>
>  Thanks and Regards,
>  Rajasekaran Iyanu,
>  Cognizant Techlology Solutions.
>
>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
> For additional commands, e-mail: struts-user-help@jakarta.apache.org
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: struts-user-unsubscribe@jakarta.apache.org
For additional commands, e-mail: struts-user-help@jakarta.apache.org