Yep, that was the problem.

Thank You,
Bob Byron
RAD Systems, Inc.
www.radit.com
(972)516-4256

----- Original Message -----
From: "Craig R. McClanahan" <[EMAIL PROTECTED]>
To: <[EMAIL PROTECTED]>
Sent: Saturday, July 07, 2001 11:45 PM
Subject: Re: Cannot find bean in scope null




On Wed, 27 Jun 2001, Rama Krishna wrote:

> i get the same error
>
> Cannot find bean org.apache.struts.taglib.html.BEAN in scope null because
of
> this line
>
> <html:text property="Server" />
>

One common cause for this kind of error is if the above statement is *not*
nested inside an <html:form>.  As the documentation indicates, that is the
only legal use for <html:text>.  But it's impossible to know if this is
the problem or not, unless you show us the entire page.

As a side comment, the normal JavaBeans convention is that property names
start with lower case letters, so you might want to change "Server" to
"server".  This will get translated into appropriate calls to the
getServer() or setServer() method of your bean.

Craig McClanahan


>
>
> ----- Original Message -----
> From: "David Winterfeldt" <[EMAIL PROTECTED]>
> To: <[EMAIL PROTECTED]>
> Sent: Wednesday, June 27, 2001 2:49 PM
> Subject: Re: Cannot find bean in scope null
>
>
> > I'm not sure what it is just from the error.  If you
> > could you post your JSP, I would look at it.
> >
> > David
> >
> > --- Bob Byron <[EMAIL PROTECTED]> wrote:
> > > I am getting the following error when I try to
> > > process
> > > my user entry form.  Any ideas?  I would like a
> > > general idea of what I should do when I get this
> > > type
> > > of error.
> > >
> > > Included servlet error: 500
> > > Location: /test/userentry.jsp
> > > Error Location: /test/logon.jsp
> > > Internal Servlet Error:
> > >
> > > javax.servlet.ServletException: Cannot find bean
> > > org.apache.struts.taglib.html.BEAN in scope null
> > >
> > > Thank You,
> > > Bob Byron
> > >
> > >
> > > __________________________________________________
> > > Do You Yahoo!?
> > > Get personalized email addresses from Yahoo! Mail
> > > http://personal.mail.yahoo.com/
> >
> >
> > __________________________________________________
> > Do You Yahoo!?
> > Get personalized email addresses from Yahoo! Mail
> > http://personal.mail.yahoo.com/
> >
>

Reply via email to