|
Shows how to create a quick and easy shoutbox/chat to put on your homepage or others with ajax and grails. |
|
Since around grails 1.3ish, they have stopped autogenerating eclipse and netbeans project files because STS handles it itself. So what does that mean for people who start at the commandline and then want to go to STS? Well I'll show you how to import it. |
|
By default, grails just gives users a multi-select box when dealing with to-Many relationships in views. It’s damn ugly and incredibly ineffective if an end user is dealing with tons of things to select from. After tolerating it for a while I completely gave up and decided to write my own replacement for it using autocomplete from the richui plugin and prototype which is included with grails. |
|
A quick and easy tutorial for creating a BBCode Codec so you can use encodeAsBBCode(). |
|
How to get Log4J to work for multi env. |
|
Example how to make link taglib respect acegi security settings and does not display itself if permission denied Tags: security; taglib; controller; |