Bean class not found

1999-10-15 Thread Daniel Lopez
Hi guys, Now that I decided to use Beans I'm getting a strange problem which could be described as follows: This is my old JSP page *** No-beans versions that works <%@ page import="es.uib.waf.UIBwad"%> <% UIBwad descriptor = (UIBwad)request.getAttribute("descriptor"); if(descrip

Re: Bean class not found

1999-10-15 Thread Daniel Lopez
Hi myself ;), Forget my last post. I remembered my experience with RMI and checked that my Bean was really serializable, it wasn't. Even though the class is found, sometimes non seriable classes that should be serializable give this "Class not found" exception so in case it helps somebody, the ma

Re: Bean class not found

1999-10-18 Thread Brien Voorhees
You might check to see if the bean is Serializable. Brien Voorhees - Original Message - From: Daniel Lopez <[EMAIL PROTECTED]> To: <[EMAIL PROTECTED]> Sent: Friday, October 15, 1999 9:56 AM Subject: Bean class not found > Hi guys, > > Now that I decided to us

Re: Bean class not found

1999-10-19 Thread Karl Roberts
see if the bean is Serializable. > Brien Voorhees > > - Original Message - > From: Daniel Lopez <[EMAIL PROTECTED]> > To: <[EMAIL PROTECTED]> > Sent: Friday, October 15, 1999 9:56 AM > Subject: Bean class not found > > > Hi guys, > > > &

JWS 2.0 Beta2: (JSP bean) class not found

1999-06-08 Thread Christopher Cobb
I have a bumch of JSP pages that are working with JRun on NT which I am porting to JWS on Solaris. I am stuck at the starting gate. With JRun, JSP classes go in their own directory, I have been putting servlets in JRun/servlets, and bean classes in JRun/classes. I am trying the same approach wi

Re: JWS 2.0 Beta2: (JSP bean) class not found

1999-06-08 Thread Isa Hashim
b <[EMAIL PROTECTED]> ]Subject: JWS 2.0 Beta2: (JSP bean) class not found ]To: [EMAIL PROTECTED] ] ]I have a bumch of JSP pages that are working with JRun on NT which I am porting ]to JWS on Solaris. ] ]I am stuck at the starting gate. With JRun, JSP classes go in their own ]directory,