Getting Started with Grails: The Jasper Reports “Expansion Pack”
Posted by Jason Rudolph on April 2nd, 2008
Marcos Fábio Pereira has just published a step-by-step guide for using the slick JasperGrails plugin in the Racetrack application (originally developed in Getting Started with Grails). The tutorial includes examples of generating a PDF of all the races in the app, exporting an Excel spreadsheet listing all the registrations for a race, and the impressively concise bits of code necessary to get this new tastiness up and running.

Nicely done, Marcos!



April 19th, 2008 at 6:50 am
Really thanks Jason!
I have to thank Egon Jensen. The tutorial was written for him and he has contributed much to the progress of the plugin.
Thanks Egon!
July 4th, 2008 at 11:06 am
Hi,
unfortunately i always obtain the following error:
org.codehaus.groovy.runtime.InvokerInvocationException: java.lang.NullPointerException at org.codehaus.groovy.reflection.CachedMethod.invoke(CachedMethod.java:92) at groovy.lang.MetaMethod.doMethodInvoke(MetaMethod.java:226) at groovy.lang.MetaClassImpl.invokeMethod(MetaClassImpl.java:899) …
This is the code that i’ve inserted into the list.gsp file:
…..
Can you help me ?
Thks,alessandro
July 4th, 2008 at 11:09 am
Sorry i’ve lost the code:
“” ” ” “” “” ” ” ” ” “”
Thks again,alessandro
July 4th, 2008 at 11:10 am
i’m really sorry
g:jasperReport jasper=”all-races” format=”PDF” name=”All Races”
alessandro