can I 'build' my resource bundle key within a jsf servlet?
Something like this:
<cc:myComponent type="person" />
<cc:myComponent type="payment" />
myComponent:
<composite:attribute name="type" />
<h:outputText value="message.xx.type" />
bundle:
message.xx.person = i'm a person
message.xx.payment = i'm a payment
Possible somehow?