Thanks for the advice on the <jsp:useBean...> tags guys. I was pretty sure
my JRun was using JSP1.0 but I took your advice and re-installed with the
1.0 spec. Same result. Same errors.
I can only assume I am doing something wrong. Surely this can't be a bug. It
is too fundamental.

Some thoughts:
Do I have to have a <%@ page import="myBean" %> at the top of the page to
use <jsp:useBean...>?
Do I have to include the bean in a package?
Do I have to add the actual filename of the bean to my classpath?

I have tried all the above and still get the same errors. Think I will go
back to plain old <usebean> but I don't like straying from the spec like
this. What do I do if <usebean> is deprecated?

===========================================================================
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