RE: embed html tags in the javabeans.

2001-12-18 Thread MacKellar, Kimberly
Set the filter attribute of bean:write to false. Kimberly MacKellar -Original Message- From: John Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 1:25 PM To: Struts Users Mailing List Subject: embed html tags in the javabeans. Hi, I have a javabean with one method

RE: embed html tags in the javabeans.

2001-12-18 Thread ltorrence
set the attribute filter=false on the bean:write tag -Original Message- From: John Ng [mailto:[EMAIL PROTECTED]] Sent: Tuesday, December 18, 2001 2:25 PM To: Struts Users Mailing List Subject: embed html tags in the javabeans. Hi, I have a javabean with one method returning a string

Re: embed html tags in the javabeans.

2001-12-18 Thread Andras Balogh
Hi, You should use filter=false inside the bean:write tag. Every tag is well described on the struts site. I use a printed copy of the tag descriptions to lookup tag attributes, maybe you should do the same. BW, Andras. On Tue, 2001-12-18 at 21:24, John Ng wrote: Hi, I have a javabean