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

html.OptionsTag always filters for characters sensitive to HTML

           Summary: html.OptionsTag always filters for characters sensitive
                    to HTML
           Product: Struts
           Version: 1.0.1 Final
          Platform: All
        OS/Version: All
            Status: NEW
          Severity: Enhancement
          Priority: Other
         Component: Custom Tags
        AssignedTo: [EMAIL PROTECTED]
        ReportedBy: [EMAIL PROTECTED]
                CC: [EMAIL PROTECTED]


Similar to bean.WriteTag, could there be a 'filter' attribute to determine 
whether Responseutils.filter() is called on the option labels?

OptionsTag.addOption method currently uses:
sb.append(ResponseUtils.filter(label));

[One case where this would be useful is for making a select tag that use a 
fixed-width monospace font and label's consisting of nbsp's for lining up 
apparent columns.]

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

Reply via email to