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/02/21 15:11:16 UTC

DO NOT REPLY [Bug 6610] New: - Request-Time Attribute Expressions in XML-Syntax JSPs not working

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

Request-Time Attribute Expressions in XML-Syntax JSPs not working

           Summary: Request-Time Attribute Expressions in XML-Syntax JSPs
                    not working
           Product: Tomcat 4
           Version: 4.0.2 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Jasper
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: fvdelius@t-online.de


The Request-Time Attribute Expressions in XML coded JSPs are not working.

JSP-Syntax: <my:tag attribute="<%= some-java-code %>" /> should be the same as 
<my:tag attribute="%= some-java-code %" /> in a XML-coded JSP page. This 
doesn't work, the strings "%= ... %" is forwarded unevaluated.

See JSP Spec V 1.2 (JSP.5.3.11) for details.

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