You are viewing a plain text version of this content. The canonical link for it is here.
Posted to taglibs-dev@jakarta.apache.org by bu...@apache.org on 2004/07/23 17:32:41 UTC

DO NOT REPLY [Bug 30297] New: - fmt strips quotes when using parameter

DO NOT REPLY TO THIS EMAIL, BUT PLEASE POST YOUR BUG 
RELATED COMMENTS THROUGH THE WEB INTERFACE AVAILABLE AT
<http://issues.apache.org/bugzilla/show_bug.cgi?id=30297>.
ANY REPLY MADE TO THIS MESSAGE WILL NOT BE COLLECTED AND 
INSERTED IN THE BUG DATABASE.

http://issues.apache.org/bugzilla/show_bug.cgi?id=30297

fmt strips quotes when using parameter

           Summary: fmt strips quotes when using parameter
           Product: Taglibs
           Version: 1.0.5
          Platform: Other
        OS/Version: Other
            Status: NEW
          Severity: Normal
          Priority: Other
         Component: Standard Taglib
        AssignedTo: taglibs-dev@jakarta.apache.org
        ReportedBy: gael.marziou@hp.com


Hello,

I have a bundle containing one key:

feedback2 = Rock'n Roll

It displays correctly as "Rock'n Roll" when using this:

        <fmt:message key="feedback2" />

While the single quote got stripped out "Rockn Roll" when I use this:

        <fmt:message key="feedback2" >
            <fmt:param />
        </fmt:message>

Thanks for your help,

Gael

---------------------------------------------------------------------
To unsubscribe, e-mail: taglibs-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: taglibs-dev-help@jakarta.apache.org