import class file in default package (netbeans) into my jsp
843838Jan 12 2006 — edited Jan 12 2006Hello all I have created a class file in the default package under Source Files in the netbeans 5 ide.
I am having a problem importing that class file into my jsp(which resides in the Web Pages directory .
I tried the following:
<jsp:useBean id="dial" class="Test" scope="session" />
my class file is Test.java
Any help or explanation would be greatly appreciated.
TIA!