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/07/26 13:00:04 UTC

DO NOT REPLY [Bug 11203] New: - JSTL fmt tags: tag body reevaluation

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

JSTL fmt tags: tag body reevaluation

           Summary: JSTL fmt tags: tag body reevaluation
           Product: Tomcat 4
           Version: 4.1.7
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Major
          Priority: Other
         Component: Jasper 2
        AssignedTo: tomcat-dev@jakarta.apache.org
        ReportedBy: juergen.hoeller@infoniqa.com


The following snippet of a JSP using JSTL

<fmt:formatNumber>123456789</fmt:formatNumber>
<fmt:formatNumber>23456789</fmt:formatNumber>

results in "123.456.789" twice.

Obviously, the tag body is not reevaluated in recurring formatNumber tags.
This works in Tomcat 4.0.4 but not in 4.1.7.

Because JSP expressions can only be placed in the tag body and not in "value" 
parameters, this bug is a show stopper for using the JSTL fmt tags with Tomcat 
in our application.

Regards,
Juergen

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