In FTL, put a StringUtil.wrapString(around_your_string)

Jacques

From: "Kishore Pagadala" <[email protected]>
I have a groovy code which reads DB and insert's a string into context, this 
string can contain special characters like apostrophe,
ampersand; which are converted by ftl engine into &#39;  &amp;

Ex:-
Wendy's & Fitch

Converted into

Wendy&#39;s  &amp; Fitch

How can I stop this auto conversation into &#39; &amp;  ?

Regards,
Kishore

http://www.mindtree.com/email/disclaimer.html



Reply via email to