Hi,
I have a similar situation, however, I have multiple portlets defined within the same portlet.xml. I am trying to distinguish them using the following key structure --
javax.portlet.title.
portlet-nameso that if I have
1
2<portlet>
3 <portlet-name>search</portlet-name>
4 <display-name>Search Portlet</display-name>
5 ...
6</portlet>
Then in my resource bundle I am trying to use --
javax.portlet.title.search=Search Portlet
.. but it doesn't seem to be working. I am on Lifreay 6, any tips?
aj.
PS> I should add that I am trying to does this in multiple languages for I have Resources_en, Resources_fr, Resources_es, etc.
Please sign in to flag this as inappropriate.