h:messages and i18n

2007-01-21 Thread JS Portal Support
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=#{!

Re: h:messages and i18n

2007-01-21 Thread Craig McClanahan
On 1/21/07, JS Portal Support [EMAIL PROTECTED] wrote: 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