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 2001/12/03 19:54:49 UTC

DO NOT REPLY [Bug 5246] New: - illegal tag at jsp:plugin

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

illegal tag at jsp:plugin

           Summary: illegal tag at jsp:plugin
           Product: Tomcat 3
           Version: 3.3 Final
          Platform: Other
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: holon@st.rim.or.jp


In 
src/share/org/apache/jasper/compiler/PluginGenerator.java,
l.140..149, 

writer.print ("out.println (\"<PARAM 
name=\\\"java_code\\\"");
...
writer.print ("out.println (\"<PARAM 
name=\\\"java_codebase\\\"");

but, see 
http://java.sun.com/products/plugin/1.3/docs/tags.html, 
these should 
be
java_code -> code
java_codebase ->codebase
, I think.

On 
Opera6.0(and beta1)for Windows, it cannot work applets with  original 
tags(java_code & java_codebase), but works rewrited tags.

and, Tomcat 4 has 
same problem.

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