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#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...