Create Property files in grails and display content in main.gsp layout -


how , create property file in grails , have display content of property file in main.gsp(layout)

you can store message in grails-app/i18n/messages.properties , use g:message tag, like:

<g:message code="my.message.code" /> 

see docs: http://grails.org/doc/latest/ref/tags/message.html


Popular posts from this blog

How to calculate SNR of signals in MATLAB? -

c# - Attempting to upload to FTP: System.Net.WebException: System error -

ios - UISlider customization: how to properly add shadow to custom knob image -