DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT <http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10714>. ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND INSERTED IN THE BUG DATABASE.
http://nagoya.apache.org/bugzilla/show_bug.cgi?id=10714 JSP does not compile if useBean tag refers to bean w/o package name in WEB-INF/classes ------- Additional Comments From [EMAIL PROTECTED] 2002-07-12 00:12 ------- The real problem is that, as of JDK1.4, you can no longer import afile that is not in a package. See http://java.sun.com/j2se/1.4/compatibility.html under Source Compatibility,item 8, second subitem: "The compiler now rejects import statements that import a type from the unnamed namespace...". This probably accounts forthe original bug report. -- To unsubscribe, e-mail: <mailto:[EMAIL PROTECTED]> For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>