In my messages.properties I have:
page.title=Page Title
and then I use it like this:
<title>
<ui:insert name="pageTitle">
<h:outputText value="#{messages['page.title']}" escape="false"/>
</ui:insert>
</title>
Is there some way how can i use it also in title attribute of:
<link rel="search" title="HERE" type="application/opensearchdescription+xml" href="search_plugin_new.xml" />
If not what's the best practice please? Thank you