Hi,

i have some trouble displaying an enum item internationalized. i look for 
something like that:


<h:outputText  value="#{messages[enumObject]}"/> 
  | 
  | or 
  | 
  | <h:outputText  value="#{messages[enumObject]}">
  |    <s:convertEnum/>
  | </outputText>

while

enumObject is a valueBinding to a corresponing getter method which returns an 
enum object.

both ways didn't work for me. does anyone know a way to realize it?

thanks an regards,
hasc



View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4053243#4053243

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4053243
_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to