Message display in JSF
In my message properties file, I have some like
gender.f= Female
gender.m= Male
The gender attribute of my user class store the gender information as f or m.
How I display the gender with a JSF tag?
I know it can be done with JSTL with the fmt tag.
Thanks for your inputs in advance.
Message was edited by:
vwuvancouver

