Grails pageScope variable in GSPs and TagLibraries
Tuesday, June 22nd, 2010Grails pageScope variable is available to you in Tag Libraries and GSPs and contains a wealth of state information. For instance, you can set an attribute in the model in a controller and then reference it in a TagLibrary through the pageScope variable without having to pass it through ...
