I am in a bit confusion.
That's how a JSF EL will work and how variable resolver involved while evaluating expressions like.
<h:outputlabel value="#{text.value}"/>
or
<h:outputlabel value="#{text['value']}"/>
Text refers to bundle var arg and value is the key in properties file.
Help me in understanding the evaluation of above expression when reading a property value from message properties.
Thanks in advance.
Regards, Ganesh karanam