[jboss-user] [JBoss Seam] - howto display the an enum object internationalized
hasc
do-not-reply at jboss.com
Mon Jun 11 14:12:33 EDT 2007
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
More information about the jboss-user
mailing list