[Struts-Layout] <Layout:collectionItem> et escape
Bonsoir,
j'affiche une hashmap comme suit :
Code:
1 2 3 4
| <layout:collection name="planningApresmidi" id="item" align="left" width="100%" model="fixedHeader" styleClass="FORM" title="title_histo">
<layout:collectionItem property="key"/>
<layout:collectionItem property="value" />
</layout:collection> |
Mon soucis est que "value" contient un caractere html : <br> et que ce <br> s'affiche à l'écran. Comment juste interpréter ce tag et non l'afficher?
Il doit y avoir qqchose avec escape mais je ne vois pas trop comment faire.
Merci!