What version of JSP does your web server support? I don't think 0.92/0.91
support <jsp:useBean >, but do support
<bean ></bean> syntax. Also, these versions only have request and response
implicit objects. Basically, I would find a server which supports V1.0+, as
you're ver limitied otherwise.

-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Cory L Hubert
Sent: Wednesday, December 01, 1999 8:52 PM
To: [EMAIL PROTECTED]
Subject: Ignoring useBean


        For some reason my useBean syntax is being ignored.  When I do a
view
source I see unrendered code.  If I use scripting it works fine though. ?!?
Help!


<jsp:useBean id="BeanTest" scope="page"  class="harman.BeanTest">
<jsp:getProperty name="BeanTest" property="name"/>
</jsp:useBean>

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff
JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

===========================================================================
To unsubscribe: mailto [EMAIL PROTECTED] with body: "signoff JSP-INTEREST".
FAQs on JSP can be found at:
 http://java.sun.com/products/jsp/faq.html
 http://www.esperanto.org.nz/jsp/jspfaq.html

Reply via email to