Thanks, that worked.

-----Original Message-----
From: Morrow, Steve D. [mailto:[EMAIL PROTECTED] 
Sent: Tuesday, May 18, 2004 11:42 AM
To: 'Tag Libraries Users List'
Subject: RE: outputting html as html

If you're using the <c:out> tag, set the escapeXml attribute to false.

Example: <c:out value="${myBean.html}" escapeXml="false" />

> -----Original Message-----
> From: Barnett, Brian W. [mailto:[EMAIL PROTECTED] 
> Sent: Tuesday, May 18, 2004 12:35 PM
> To: '[EMAIL PROTECTED]'
> Subject: outputting html as html
> 
> 
> How can I output a string of html as html?
> 
>  
> 
> If I have a property called myBean.html set to,
> 
>  
> 
> <table border='1'><tr><td>Hi there. This is an html bean 
> writing test.</td></tr></table>
> 
>  
> 
> how can I output it in the jsp page as html? (i.e., as a 
> table with a border of 1, not a string with angle bracket syntax.)
> 
>  
> 
> Thanks,
> 
> Brian Barnett
> 
> 


This message and any files transmitted with it are confidential and are
intended solely for the use of the individual or entity to whom they are
addressed.  If you have received this email in error, please delete the
email and any files transmitted with it entirely from your computer. 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to