Set the escapeXml attribute to false.
<c:out value="${foo}" escapeXml="false" />> The JSTL taglibs (c:out) re-write html tags into > so the actual text > prints out. Is there any way to disable this? --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
