useBean needs the capital 'B'.

Bad: <jsp:usebean>
Good: <jsp:useBean>

The rest of your tag looks fine.

HTH,

Wes

On Wed, 5 Apr 2000, Sanjay Radhakrishnan wrote:

> Im having problems with the <jsp:usebean tag under
> Jrun 2.3.3.
>
> I tried the following.
>
> <jsp:usebean id="test" class="connect.HelloBean"
> scope="page"/>
>
> This doesn't seem to work.  the old <bean> tag also
> does not work either as i am not using the JSP 0.92
> implementation.
>
> So Im wondering if its a problem with Jrun. Allaire is
> not very good at publishing the latest docs on their
> website and the docs i got from alliare are not
> updated either.
>
> Does Jrun support the usebean tag, if not what is the
> alternative?
>
> Appreciate your inputs
> Sanjay
>
>
>
>
>
>
> __________________________________________________
> Do You Yahoo!?
> Talk to your friends online with Yahoo! Messenger.
> http://im.yahoo.com
>
> ===========================================================================
> To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
> Some relevant FAQs on JSP/Servlets can be found at:
>
>  http://java.sun.com/products/jsp/faq.html
>  http://www.esperanto.org.nz/jsp/jspfaq.html
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
>  http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets
>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
Some relevant FAQs on JSP/Servlets can be found at:

 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=JSP
 http://www.jguru.com/jguru/faq/faqpage.jsp?name=Servlets

Reply via email to