On Fri, 2 Mar 2001, Brett W. McCoy wrote:
> Why does the creation of a Bean fail when I do this:
>
> <jsp:useBean id="usersTable" scope="session" class="Table">
>
> But when I do this:
>
> <jsp:useBean id="usersTable" scope="session" class="com.company.clients.OamTable">
>
> it builds fine? The bean is in the CLASSPATH (not under WEB-INF), and the
> fully qualified package is imported at the top of the JSP file. All of
> the other classes used in the JSP file are found, but not the Bean. Is
> Tomcat using it's own class loader that isn't using the classpath?
Never mind, I found the asnwer.
-- Brett
http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
I can't complain, but sometimes I still do.
-- Joe Walsh
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]