On Mon, 12 Jul 2004 11:34:08 -0400, Asif Rahman <[EMAIL PROTECTED]> wrote:
> I tried using the filter attribute <bean:write name="message" filter="true" />, but 
> that didnt work either.  Can someone help me with this?

You had the right idea. Filtering is what escapes the special
characters like "<" and the default is already "true". This should do
what you want:

<bean:write name="message" filter="false" />

-- 
- Mike "Van" Riper
  [EMAIL PROTECTED]

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to