Bug 38663 - str:string doesn't work on dynamic content
Summary: str:string doesn't work on dynamic content
Status: RESOLVED WONTFIX
Alias: None
Product: Taglibs
Classification: Unclassified
Component: String Taglib (show other bugs)
Version: nightly
Hardware: PC Linux
: P2 normal (vote)
Target Milestone: ---
Assignee: Tomcat Developers Mailing List
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2006-02-15 22:40 UTC by Alfred Stappenbeck
Modified: 2009-07-11 02:01 UTC (History)
0 users



Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Alfred Stappenbeck 2006-02-15 22:40:25 UTC
if I try 
<str:escape><bean:write name='foo' property='bar'/></str:escape>
I get no escaping of special characters in foo.bar's content. However, if do
<str:escape>Tes't</str:escape>
I get the desired effect.
Test\'t

This seems very limiting since in most cases people would like to have dynamic 
content.
Comment 1 Henri Yandell 2009-07-11 02:01:31 UTC
I believe this should be working fine for JSP 2.0 onwards when this became automatic.