I've found some strange "feature" with tr:setActionListener.
if I try this:
<f:loadBundle basename="#{mypackage.resource}" var="msg" />
<tr:setActionListener from="#{msg.someLabel}" to="MyManagedBean.label" />
it doesn't work (it works but MyManagedBean.label is empty string), but
if I put
<tr:setActionListener from="someLabel" to="MyManagedBean.label" /> then MyManagedBean.label is "someLabel".I think it is a bug, but I'm asking if is there any workaround for this problem??
Regards, Luka

