You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@tomcat.apache.org by bu...@apache.org on 2002/03/13 18:57:06 UTC

DO NOT REPLY [Bug 6346] - Sun's Tag Libraries Tutorial examples do not work

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=6346>.
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=6346

Sun's Tag Libraries Tutorial examples do not work

kin-man.chung@sun.com changed:

           What    |Removed                     |Added
----------------------------------------------------------------------------
             Status|NEW                         |RESOLVED
         Resolution|                            |WONTFIX



------- Additional Comments From kin-man.chung@sun.com  2002-03-13 17:57 -------
The exmples use unnamed namespaces, and are therefore incompatible with the
servlets generated by 1.4 jasper.  Apparently, 1.4 jasper added a named
namespace (package org.apache.jsp) to the servlet class, and according to java
rule, the unnamed namespace is only in scope in another unnamed namespace.  The
javac errors is an enforcement to this rule.

I'll contact Sun to have these examples updated.

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>