How can I get parameterized text in my backing bean from the resource bundle?

 

e.g. my.message = hello {0}

 

I know how to get the bundle but not how to pass parameters.

Do I have to use MessageFormat after getting the message value from the bundle or are there any better alternatives (like OutputFormatTag)?

 

Michael

Reply via email to