[jboss-user] [JBoss Seam] - Re: Dynamic widgets?
IGx89
do-not-reply at jboss.com
Fri Nov 16 16:34:46 EST 2007
JBoss EL should let you do that. If you're outjecting benefitTypes as shown, your EL expression would be "#{benefitTypes.get('BENEFIT_TYPE_1').percent}"; otherwise, if you were just had a getter called "getBenefitTypes" on BenefitManager, it'd be "#{benefitManager.benefitTypes.get('BENEFIT_TYPE_1').percent}"
Half the reason I love Seam so much is solely because of JBoss EL and its support for parameterized method invocations :)
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4105679#4105679
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4105679
More information about the jboss-user
mailing list