Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

import class file in default package (netbeans) into my jsp

843838Jan 12 2006 — edited Jan 12 2006
Hello 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!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Feb 9 2006
Added on Jan 12 2006
1 comment
368 views