Thanks HG ----- Original Message ----- From: "HG" <[EMAIL PROTECTED]> To: "Struts Users Mailing List" <[EMAIL PROTECTED]> Sent: Thursday, November 27, 2003 4:01 PM Subject: Re: Display Problem using Struts
> Hi Gurpreet > > Try setting the filter attribute on the bean:write tag to false. It is set > to true default, and so filters all HTML sensitive characters... > > Regards > > Henrik > > ----- Original Message ----- > From: "Gurpreet Dhanoa" <[EMAIL PROTECTED]> > To: "Struts Users Mailing List" <[EMAIL PROTECTED]> > Sent: Thursday, November 27, 2003 11:22 AM > 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] > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

