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!

multiple import directives in jsp

843833Jul 17 2001 — edited Jul 17 2001
I have a JSP and in my page directive I have an import as follows: import="java.util.*" which works fine

However if I add another one eg import="java.text.*" I get an error message because it only seems to pick up one import. Anydbody know what is going wrong?
Thanks!!
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Aug 14 2001
Added on Jul 17 2001
3 comments
447 views