RE: Weird Tomcat 4.0 class exception?

2001-12-12 Thread Pal, Anshu
I had a similar problem with my servlet once. Turned out that I did not put the class in my import statement. Once I put the import statement ( import packagename.classname;) it worked fine. Hope it helps Anshu Proprietary/Confidential Information belonging to CGI may be contained in this

RE: Weird Tomcat 4.0 class exception?

2001-12-12 Thread Randy Layman
, December 12, 2001 12:38 PM To: 'Tomcat Users List' Subject: RE: Weird Tomcat 4.0 class exception? I had a similar problem with my servlet once. Turned out that I did not put the class in my import statement. Once I put the import statement ( import packagename.classname;) it worked

RE: Weird Tomcat 4.0 class exception?

2001-12-12 Thread Shashi Dookhee
7298 8222 - -Original Message- From: Randy Layman [mailto:[EMAIL PROTECTED]] Sent: 12 December 2001 17:02 To: Tomcat Users List Subject: RE: Weird Tomcat 4.0 class exception? Its also useful to note that classes outside of a package must be imported explicitly - each class has