RE: JSP can't use local classes - What am I overlooking?

2001-05-29 Thread Joe Fair
Sorry for the delay. I was using com.theseus instead of org.theseus in the JSP. Or, as I'll tell my boss There was a namespace collision. and launch into a description of packages. Thanks for all the help, Joe --- Marcel Schutte [EMAIL PROTECTED] wrote: I believe that you should have your

RE: JSP can't use local classes - What am I overlooking?

2001-05-25 Thread Marcel Schutte
I believe that you should have your package (jar) in the orion/lib directory, from your message it seems that you have it in WEB-INF/classes. That directory is usually for servlets. Eric. Just to point out that per Official Sun Servlets 2.2 / Jsp 1.1 Specifications, all jsp and servlets

RE: JSP can't use local classes - What am I overlooking?

2001-05-24 Thread Eric Knight
I believe that you should have your package (jar) in the orion/lib directory, from your message it seems that you have it in WEB-INF/classes. That directory is usually for servlets. Eric. -Original Message- From: Joe Fair [mailto:[EMAIL PROTECTED]] Sent: Thursday, May 24, 2001 7:57 AM

RE: JSP can't use local classes - What am I overlooking?

2001-05-24 Thread Alex 'Kazuma' Garbagnati
I believe that you should have your package (jar) in the orion/lib directory, from your message it seems that you have it in WEB-INF/classes. That directory is usually for servlets. Eric. Just to point out that per Official Sun Servlets 2.2 / Jsp 1.1 Specifications, all jsp and servlets inside