u can try something like this : <bean:write name="something" property="something" filter="false"/>
Thanks, Kulkarni -----Original Message----- From: Gurpreet Dhanoa [mailto:[EMAIL PROTECTED] Sent: Tuesday, December 02, 2003 4:50 PM To: Struts Users Mailing List Subject: Bean:write \problem Hi All, I am trying to display the content to the front end user which contains some HTML TAGS. say i have into the database " <b>HI I am bold tag" when i am tryiong to display the data using <bean:write name="something" property="something" format="true"/> OR <bean:write name="something" property="something" format="false"/> It is not letting the HTML TAGS to reflect instead it is dispaying the value same as above <b>HI I am bold tag. ANy suggestion how i can make my struts bean tag to display the data by making the present HTML TAG work Thanks in advance Regards Gary --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]

