I know how to handle this in JSTL, but get stuck in Seam. Here is my issue:
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 in UI(xhtml in this case)?
#{messages['gender.'] and ... ?
I have tried a few times without a luck.
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4060943#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...