--- Michael Remijan <[EMAIL PROTECTED]> wrote:
> 
> Hello forum:
> 
> If I have a string defined in my resources file that looks like this:
> 
> some.key some <b>value with html characters</b>
> 
> is it possible for bean:message to NOT parse the <> characters so that
> when 
> it is written to the html page you see those words in bold?

It filters certain characters for security reasons.  In general, it's a
bad idea to store markup in properties files because that's a view layer
issue.  You could try using the JSTL's <fmt:message> tag.

David


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


__________________________________
Do you Yahoo!?
Yahoo! SiteBuilder - Free, easy-to-use web site design software
http://sitebuilder.yahoo.com

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

Reply via email to