Hi,
I've got a label that contains :
<value xml:lang="fr">Réalisé</value>
and a ftl that contains :
${uiLabelMap.CameCESDone}
In the html source, i've got
Réalisé
What I want is just Réalisé. This label will be used in a javascript
function, that's why I don't want it to be escaped.
I tried to unescape the label
${Static["org.apache.commons.lang.StringEscapeUtils"].unescapeHtml(uiLabelMap.CameCESDone)}
but it does not work… It seems that the java part in the ftl page is
escaped at the end.
Any idea ?
--
Matthieu BOLLOT
www.nereide.biz