RE: how to print out html with bean tag

2004-08-18 Thread David Friedman
Use a Bean:write with filter=false tag. Why did you write on and off? Are you giving those as your flags to the filter attribute? Docs for bean:write read: filter - If this attribute is set to true, the rendered property value will be filtered for characters that are sensitive in HTML, and any

Re: how to print out html with bean tag

2004-08-18 Thread Kishore Senji
http://marc.theaimsgroup.com/?l=struts-userm=109164486002689w=2 On Wed, 18 Aug 2004 16:06:16 +0100, teknokrat [EMAIL PROTECTED] wrote: I need to print out strings without having the html escaped i.e. i have br embedded in some message and I want the browser to reat them as line breaks, instead

Re: how to print out html with bean tag

2004-08-18 Thread teknokrat
David Friedman wrote: Use a Bean:write with filter=false tag. Why did you write on and off? Are you giving those as your flags to the filter attribute? yes, i did use false , in fact what i have exactly is bean:write name=quote property=errorMessage filter=false/ And it still converts br to

Re: how to print out html with bean tag

2004-08-18 Thread teknokrat
Ok, sorry, I am an idiot. In case any one else has problems with this - RESTART TOMCAT! I don't know why , but after restarting tomcat (5.16) the tag works OK. Go figure. Kishore Senji wrote: http://marc.theaimsgroup.com/?l=struts-userm=109164486002689w=2 On Wed, 18 Aug 2004 16:06:16 +0100,

RE: how to print out html with bean tag

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of teknokrat Sent: Wednesday, August 18, 2004 1:39 PM To: [EMAIL PROTECTED] Subject: Re: how to print out html with bean tag Ok, sorry, I am an idiot. In case any one else has problems

RE: how to print out html with bean tag

2004-08-18 Thread Jones, Demian
PLEASE TAKE ME OFF THIS MAILING -Original Message- From: news [mailto:[EMAIL PROTECTED] Behalf Of Bill Siggelkow Sent: Wednesday, August 18, 2004 1:11 PM To: [EMAIL PROTECTED] Subject: Re: how to print out html with bean tag Are you sure that these strings have not already been encoded