If your problem is that < and > gets rendered as < and >, add escape="false" to the h:outputFormat tag. Note, this is h:outputFormat, not f:outputFormat.
Stephen Osella a écrit : > I tried using f:outputFormat...but that doesn't render the HTML that I > have in a string in a message resource bundle. Is there any way to do > this? Have HTML in a resource bundle and then have it rendered as HTML > in a page? > > Thanks!

