I found this in some JSF page.
<h:outputText styleClass="resultLetter" value="#{msgs['result'.concat(searchResults.paginator.pageItems.rowIndex+1)]}" />
I'm confused and when I googled I didn't really find anything about the syntax with having []
and then even the ''
with concat()
in a value expression.
Could anyone be so kind and explain to me what happens here?