Wednesday, February 11, 2009

Use Groovy!!!

Found out that their is a global property of a report called language.

This defaults to Java. You should really change it to groovy which is much easier to use.

http://www.nabble.com/Why-this-error----Cannot-cast-boolean-to-Boolean---td11142994.html

Check out this link which describes using the print when expression. Without groovy you have to do stupid new Boolean(something = something) syntax. The compiler throws a dumb error.

1 comment:

  1. Hey thanks for this - and your other entries - there really is not much around to help newbies to jasper expressions.

    Keep up the good work

    ReplyDelete