
30
Mar, 13
Understanding Flash Scope in Grails
The flash object is a map and one of the more common use cases for flash scope is to store a message that will display when some form of validation fails. Storing a Message in Flash Scope [php]class SampleController{ def index() { flash.message =...
Recent Comments