Hi Gurpreet Try this <bean:write name="myLogic" property="content_body" filter="true"/> Hope this solves your problem
Thanks, Raman garg ----- Original Message ----- From: "Gurpreet Dhanoa" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 3:52 PM Subject: Display Problem using Struts hi I have an application, In which i want to display the contents posted by the Administrator using HTML tags. Problem is when i am using <logic:iterate id="myLogic" name="GetData"> <bean:write name="myLogic" property="content_body"/> </logic:iterate> IT is displyaing me the following content without giving the effect of HTML tags which were posted during content Managem,ent HI this is an <br> Simple text It is not showing the effect of <br> TAG. Any Help will of great use Regards gary --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

