codeconsole commented on PR #15560:
URL: https://github.com/apache/grails-core/pull/15560#issuecomment-4201801359

   > Just thinking out loud: Could the CSS class defaults be set (and 
overridden) in configuration? Then we could default to the Bootstrap theme 
classes in `grails-gsp` configuration and it would be easy to override 
"globally" in the application without having to set the classes explicitly in 
source.
   
   @matrei 
   We could, and I am not opposed to doing that,  but how many locations do you 
actually anticipate using this tag?  
   1 layout and a couple of layouts?  if so, you just override the classes in 
the tag `<g:flashMessages messageClass="alert alert-info"  />`
   
   Of course the other option is don't use the tag at all. 


-- 
This is an automated message from the Apache Git Service.
To respond to the message, please log on to GitHub and use the
URL above to go to the specific comment.

To unsubscribe, e-mail: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to