On Mon, 10 Mar 2003, Hanasaki JiJi wrote: > The JSTL taglibs (c:out) re-write html tags into > so the actual > text prints out. Is there any way to disable this?
Yes, the escapeXml="false" attribute of the <c:out> tag disables this behavior. -- Shawn Bayern "JSTL in Action" http://www.manning.com/bayern --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
