| Author |
trouble using import statement in jsp
|
shilpa gupta
Greenhorn
Joined: Dec 25, 2002
Posts: 1
|
|
in my jsp i import a class file present in web-inf/classes dir. jsp gives no error in the import statement. but when i try making an object of that class i get an error saying "Class org.apache.jsp.classname not found". can somebody help me with this??
|
 |
TimB
Greenhorn
Joined: Sep 13, 2002
Posts: 3
|
|
|
can I see how you are importing it? Code please
|
 |
 |
|
|
subject: trouble using import statement in jsp
|
|
|