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

Jasper doesn't cause a translation error if an EL or RT expression is provided to an 
attribute of jsp:plugin that doesn't accept dynamic attribute values.

           Summary: Jasper doesn't cause a translation error if an EL or RT
                    expression is provided to an attribute of jsp:plugin
                    that doesn't accept dynamic attribute values.
           Product: Tomcat 5
           Version: Nightly Build
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper2
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]


According to Sections JSP.1.14.1 and JSP.5.7, the only attributes of the
jsp:plugin action that accept dynamic attribute values are the height and width
attributes.  

A translation-time error must occur if any other attribute of the jsp:plugin
action is provided either an EL or RT expression.

A translation error doesn't occur in this case for the following attributes:

align
codebase
code
hspace
vspace
iepluginurl
nspluginurl
jreversion
name
type *

* When providing an RT or EL expression to the 'type' attribute
  a translation error does occur, but for the wrong reason.  The
  error in this case is that the value provided to the type attribute
  is invalid.  The value must be 'bean' or 'applet'.

--
To unsubscribe, e-mail:   <mailto:[EMAIL PROTECTED]>
For additional commands, e-mail: <mailto:[EMAIL PROTECTED]>

Reply via email to