Grails

Grails pageProperty tag

In my current project, I tried to call a javascript function on onload event of body tag of gsp page: [html] ... [/html] But this onload event was not fired, because Grails picks the body tag from layout and not from the view. So I added the following line in body tag of my layout [html] ... [/html] In above example...

by Amit Kumar
Tag: tag
24-Sep-2012

Grails

Editable Label Tag and introduction to Effects Tag Lib

Lately i had some spare time, hence decided to utilise it for developing some cool GUI elements. What is effects tag lib?? It is just a new tag lib which is intended to contain some cool grails tags for GUI manipulations. new tags will be added to it on timely basis, this is the first post regarding this tag lib. Editable Lable ...

by Kushal Likhi
Tag: tag
19-Feb-2011