Ok, I wouldn't class myself as a newbie but this is bowling me over. I have
been struggling over 30 mins and I need someone to knock me on the head and
say "stupid!"
I am trying to output some text that is formatted as textile and returned as
XHTML to the browser but my JSP keeps escaping the HTML, so I get <>
etc instead of < and >. I am using the right tag and code but I cant figure
out why escapeXml=false doesnt have any effect. Code below,
<c:set var="commentText">
<s:bean name="com.mycompany.utils.TextileHelper"
id="textileHelper">
<s:param name="text" value="comment.text"/>
<s:property value="text"/>
</s:bean>
</c:set>
<div class="Quote">
<c:out escapeXml="false" value="${commentText}"/>
</div>
I know TextileHelper returns everything in proper XHTML as
System.out.println gives the right markup but the JSP keeps escaping this?
--
View this message in context:
http://www.nabble.com/escapeXml-not-working-in-my-JSPs%21-tf4583432s2369.html#a13083542
Sent from the AppFuse - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]