You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Edgar Silva <ed...@hotmail.com> on 2004/01/28 22:57:05 UTC

Problems with taglib BEAN in some Pages

Hi Folks...

I am building a huge project with Struts, and in some pages, without a 
special way some of these pages presents the following message error:

org.apache.jasper.JasperException: Cannot find bean 
org.apache.struts.taglib.html.BEAN in any scope
	at 
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:254)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                blablabla and nothing useful to solve trouble :)

And it´s strange , and I already checked the taglibs declarations in these 
pages, but nothing is wrong, and other pages with the same format and 
strutcture works fine...

Somebody have seen some similar error like this above?


since now...Thanks very much


Edgar

_________________________________________________________________
MSN Hotmail, o maior webmail do Brasil.  http://www.hotmail.com


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


RE: Problems with taglib BEAN in some Pages

Posted by Richard Hightower <rh...@arc-mind.com>.
Make sure you are not missing a taglib declaration.

It seems like you have a hmtl:text (or html:radio or something) that is
missing the html:form.

html:form access the ActionForm and puts it in a place where the html:text,
etc. can find it.

-----Original Message-----
From: Edgar Silva [mailto:edgarankievsky@hotmail.com]
Sent: Wednesday, January 28, 2004 2:57 PM
To: struts-user@jakarta.apache.org
Subject: Problems with taglib BEAN in some Pages


Hi Folks...

I am building a huge project with Struts, and in some pages, without a
special way some of these pages presents the following message error:

org.apache.jasper.JasperException: Cannot find bean
org.apache.struts.taglib.html.BEAN in any scope
	at
org.apache.jasper.servlet.JspServletWrapper.service(JspServletWrapper.java:2
54)
	at org.apache.jasper.servlet.JspServlet.serviceJspFile(JspServlet.java:295)
	at org.apache.jasper.servlet.JspServlet.service(JspServlet.java:241)
	at javax.servlet.http.HttpServlet.service(HttpServlet.java:853)
                blablabla and nothing useful to solve trouble :)

And it´s strange , and I already checked the taglibs declarations in these
pages, but nothing is wrong, and other pages with the same format and
strutcture works fine...

Somebody have seen some similar error like this above?


since now...Thanks very much


Edgar

_________________________________________________________________
MSN Hotmail, o maior webmail do Brasil.  http://www.hotmail.com


---------------------------------------------------------------------
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