I would like to use the message binding function in grails, but I always run into the problem that I need multi-line messages for text (like instructions or help text).
Is there a way to create multi-line messages, or do I need to create single-line messages with <br />or \nbetween?
Or is this the wrong approach for longer text?
source
share