Can I write a nested JSF expression? If yes, please give me the syntax. If not, is there any possible work around?
I need this because I need to display a column in the rich Datatable from hasmap.
<rich:column> <f:facet name="header"> <h:outputText value="Item Number" /> </f:facet> <h:outputText value="#{item.get('key')}" /> </rich:column>
In the above example, I cannot specify the "key" of the hard code in the lang expression. I need to read from the properties file.
Please, help. Thanks.
abhishek
source share