Gus,
Actually,
I found it with "Cannot find bean org.apache.struts.taglib.html.BEAN in any
scope" on google. 
at this link:
http://www.geocities.com/Colosseum/Field/7217/SW/struts/errors.html

I found that the page has a lot of solutions to common error messages in
struts.

-R

-----Original Message-----
From: Gus Heck [mailto:[EMAIL PROTECTED] 
Sent: Wednesday, November 19, 2003 10:27 AM
To: Struts Users Mailing List
Subject: Re: problem with html:text bean throwing exception


Yee, Richard K,,DMDCWEST wrote:

>Gus,
>I'm not sure what you changed on your JSP to get it fixed.
>  
>
I changed

<html:form action="prototypes/AddLocation.do" scope="session"/>

to

<html:form action="prototypes/AddLocation.do" scope="session">

This put my html:text tags inside the form. Apparently neither Netbeans 
nor Tomcat seemed to have any objection to the dangling </html:form> tag 
that my inadvertent / had created. Really it seems to me at least one if 
not both of these programs should be parsing the file and complaining 
when things don't match. I suppose tomcat may not be able to do this and 
remain eficient, but I am reall disappointed that the netbeans IDE which 
"compiles" jsp's (checking for syntax in the scriptlets etc) didn't 
catch this.

>I found the solution on Google using
>'org.apache.jasper.JasperException: Cannot find bean 
>org.apache.struts.taglib.html.BEAN in any scope'
>  
>
I tried that search but all I could find were references to people not 
defining name="MyForm" in <action> in their struts-config.xml, but 
perhaps you clicked one link further along than I, or I missed something....

-Gus


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

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

Reply via email to