Hi,
I need to access a method in a bean, like such:
---
<jsp:useBean id="beanTest" class="beans.bean"/>
<%!
public boolean test() throws Exception {
return beanTest.returnValue();
}
%>
<%
out.println(test());
%>
---
What do I have to do to access beanTest in test()?
Thanks,
C W
______________________________________________________
Get Your Private, Free Email at http://www.hotmail.com
===========================================================================
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