Posted By:
Eric_Cho
Posted On:
Thursday, January 19, 2006 07:58 PM
Hi all, Lets say I have to print out a string like: "There are 5 new users". The "5" is dynamically generated and the other words must be in a properties file to accomodate internationalization. so instead of having a resource bundle like: message_thereare = There are message_newusers = new users. then in the jsf: Is it possible to have it parameterized like: message_newUsers = There are ? new users. then in the jsf: OR something like that? Any help would be
More>>
Hi all,
Lets say I have to print out a string like:
"There are 5 new users".
The "5" is dynamically generated and the other words must be in a properties file to accomodate internationalization.
so instead of having a resource bundle like:
message_thereare = There are
message_newusers = new users.
then in the jsf:
Is it possible to have it parameterized like:
message_newUsers = There are ? new users.
then in the jsf:
OR something like that? Any help would be appreciated.
Thanks,
Hasdy