In grails GSP, I want toolTip to be localized:
<a href="..." title="localizedMessage">
Since toolTip is written in the attribute header, I cannot use <g:message> here. Actually, I already have a service for localized messages, but when I call it from GSP, the serviceSource message is null, so getting this to work will also be a solution.
source share