In this blog Reverse Url Mappings has been used to generate the URL ending with .html, given controller and action names.
Note: Months are from 0 to 11. Hence the 7th month is “August” Calendar calendar = GregorianCalendar.instance calendar.set(2009, 7, 21) println “Last Day of a Month: ${calendar.getActualMaximum(GregorianCalendar.DAY_OF_MONTH)}” Cheers!!! ~Chandan Luthra~ chandan@intelligrape.com www.intelligrape.com
Grails : Caching using cron jobs i.e using quartz plugin. As with grails 1.1.1 plugin springcache plugin didn’t work.
Write and render your html code written in tinymce. It allows user to used any html tags like we can copy embed tag from youtube and paste in our tinymce. and that video can be visible on our webpage along with the text entered in tinymce.
While integrating the blogs using wordpress plugin in one of the project I am working on. I observed that using current version(0.1) of wordpress plugin, when we request for recent posts, it returns not only published blogs but also blogs with status as draft(which are not yet published). Along with that, we needed to show […]