Kevin,
 
Did you import your class in the page tag at the top of the JSP page?  If so, you might also want to try fullying specifying the full name of the class in question (i.e. com.doodah.dahdoo.<user-defined class>).
 
-AMT
-----Original Message-----
From: A mailing list about Java Server Pages specification and reference [mailto:[EMAIL PROTECTED]]On Behalf Of Kelvin Tee
Sent: Wednesday, January 05, 2000 3:59 AM
To: [EMAIL PROTECTED]
Subject: JspException: Undefined variable or class name

I am using a servlet to call a jsp file (I am not using any beans). When I place a user-defined class in the code fragment section <% %> of the JSP file, it always throws me a JspException stating: Undefined variable or class name: <User-Defined class>. Am I doing something incorrect here? How come it cannot locate the user-defined class even though it is there?
 
Any solution/suggestion would be much appreciated.
 
Thanks 

Reply via email to