I am using <bean:message key="key.name" /> and I want to have HTML in my
key.name string, such as:

key.name=<b>Hello World</b>

So ideally, I could make my tag resemble <bean:message key="key.name"
flush="true" />, but there is no filter attribute on this tag?

How can I do this, do I have to use <bean:write>, and if so, how do I get the
messages bean?

Can it be done using:

<bean:write name="messages" property="key.name" flush="true" />

Thanks,

Matt

__________________________________________________
Do You Yahoo!?
Make international calls for as low as $.04/minute with Yahoo! Messenger
http://phonecard.yahoo.com/

Reply via email to