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

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 with

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-user&m=109164486002689&w=2 On Wed, 18 Aug 2004 16:06:16 +0100, t

Re: how to print out html with bean tag

2004-08-18 Thread Bill Siggelkow
Are you sure that these strings have not already been encoded with the character entities? teknokrat wrote: 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

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 And it still converts to
--

Re: how to print out html with bean tag

2004-08-18 Thread Kishore Senji
http://marc.theaimsgroup.com/?l=struts-user&m=109164486002689&w=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 > embedded in some message and I want the browser to reat them as > line breaks, ins

RE: how to print out html with bean tag

2004-08-18 Thread David Friedman
4 11:06 AM To: [EMAIL PROTECTED] Subject: how to print out html with bean tag I need to print out strings without having the html escaped i.e. i have embedded in some message and I want the browser to reat them as line breaks, instead i always get them displayed whether i have filter set to on or off in

how to print out html with bean tag

2004-08-18 Thread teknokrat
I need to print out strings without having the html escaped i.e. i have embedded in some message and I want the browser to reat them as line breaks, instead i always get them displayed whether i have filter set to on or off in thanks ---