Can someone give me an example of how I would use string:replace to change all the newlines in a chunk of text to <br> tags? I had been using the following:
<str:replace replace=" " with="<br>"> <bean:write name="article" property="articleBody"/> </str:replace> However, after moving to a new server and upgrading to Tomcat4.1, and this is no longer working. I wanted to give the newlineToken nightly build a try. Thanks, Calvin On Fri, 25 Oct 2002, Henri Yandell wrote: =========================================== So I've now implemented a new attribute named newlineToken which is a special token to replace the forced newline. So you can do: <str:replace replace="hNL" with="j:NL:y" newlineToken="NL">ih huw</str:replace> and will match the newline. Also note that the same newlineToken may be used in the with attribute. __________________________________________________ Do you Yahoo!? U2 on LAUNCH - Exclusive greatest hits videos http://launch.yahoo.com/u2 -- To unsubscribe, e-mail: <mailto:taglibs-user-unsubscribe@;jakarta.apache.org> For additional commands, e-mail: <mailto:taglibs-user-help@;jakarta.apache.org>