Is it possible to use message bundle with key values gathered from an object?
Standard message-bundles work this way:
I would like to get the #{bundleContent.label3} part used in a dynamic way. the .labelx part needs to correspond with the eventObject.label. Something like this:
value="#{bundleContent.#{eventObject.label}}". Of course this doesn't work, so I'm looking for a solution on this. Ik can manipulate the eventObject before it's passed on to the
jsf page, but that seems to me as a very dirty solution.
In short:
I need a jsf component that works like the following
struts component:
[ October 19, 2006: Message edited by: Ergin Er ]