[jboss-user] [JBoss Seam] - Re: Seam selectItems ignores label tag
petemuir
do-not-reply at jboss.com
Tue Jan 16 11:57:59 EST 2007
Well, you can easily look up in the message bundle a message using an EL value binding as the key:
<si:selectItems value="#{foo}" var="bar" label="#{messages[bar.label]}" />
Is that what you are after? Otherwise you could always process the List before it reaches the page in the @Factory method.
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4002352#4002352
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4002352
More information about the jboss-user
mailing list