Can I use a message key in a message value? I am looking for something like:
messages.properties-file:
mykey.intro =Thanks for visiting the #{mykey.companyname} website.<br/>
mykey.main =At #{mykey.companyname} we like to foobar.<br/>
mykey.more =There is more at #{mykey.companyname}. Please see ....<br/>
mykey.companyname =<span class="myclass">FOObar</span>
The goal is to have a styled companyname added to the website at several places in the website.