Here is a code fragment to illustrate the issue where item.name1 is assigned a value of <a href="http://google.com">l</a> <str:wordWrap width="45" delimiter=" <BR> "><c:out value="${item.name1}"/></str:wordWrap> And here is the HTML output: <a <BR> href="http://google.com&# <BR> 034;>l</a>
Closing as WONTFIX. String Taglib is being deprecated and I don't expect the wordWrap tag to make it into the Extended Taglib which will house some of its functionality.