I figured out the problem. The way I have JRUN setup it supports JSP
0.92. How can I bump it up to 1.0? Should I?
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference
[mailto:[EMAIL PROTECTED]]On Behalf Of Daniel Tillin
Sent: Thursday, December 02, 1999 3:56 AM
To: [EMAIL PROTECTED]
Subject: Re: Ignoring useBean
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
===========================================================================
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