I have a resource bundle with entries like these:
entry1=value1 entry2=value2 entry3=value3
In my JSF page I\'m trying to use these keys dy
I think you'll have to write a facelets function concat(str1, str2).
concat(str1, str2)