Wednesday, July 22, 2009

Escape in JSTL XML tag

In JSTL XML tag, if the data has characters like "<", it will be escaped by default. To turn it off, set escapeXml to false.

<x:out select="$n/STATUS" escapeXml="false" />

No comments:

Post a Comment