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=16804>. 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=16804 html:text tag has no filter attribute Summary: html:text tag has no filter attribute Product: Struts Version: Unknown Platform: All OS/Version: Other Status: NEW Severity: Enhancement Priority: Other Component: Custom Tags AssignedTo: [EMAIL PROTECTED] ReportedBy: [EMAIL PROTECTED] The <bean:write> tag offers a "filter" attribute that allows you to render HTML that is stored in data as is ("<b>this</b>" appears as "this" bolded in a browser) or escaped ("<b>this</b>" appears as "<b>this</b>" in a browser, the "<" characters having been converted to "<"). This would be a very useful addition to the <html:text> tag. Use cases being message boards that accept HTML, content publishing apps, etc. --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]