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?

-- Brett
                                     http://www.chapelperilous.net/~bmccoy/
---------------------------------------------------------------------------
Happiness is a positive cash flow.


---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, email: [EMAIL PROTECTED]

Reply via email to