Hi,

My backing beans set some info messages though calling the .info("message").
The messages I set however are ResourceBundle id's. In my JSP's I then want
to collect the id and present the message. I have:

<h:messages layout="table" globalOnly="true" showDetail="false"
showSummary="true" rendered="#{! empty facesContext.maximumSeverity}"/>

Which now nicely displays my i18n id's. How can I alter it so that my proper
localized messages are shown?

All my i18n is setup and things like:
<h:outputText value="#{labels['my.label.id']}" />
Work as they should.

Regards,
Joost Schouten
 


Reply via email to