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

Reply via email to