Getting casting problem wneh compiling JasperReport

net.sf.jasperreports.engine.JRException: Errors were encountered when compiling report expressions class file: 1. Cannot cast from Boolean to Stringvalue = (java.lang.String)(new Boolean(1 <= ((java.lang.Integer)parameter_colCount.getValue()).intValue()));what could be the
[297 byte] By [Akshua] at [2007-11-27 6:26:41]
# 1
A Boolean is not, in any way shape or form, a String. The compiler is telling you the truth. Is this your code that's doing the casting, or something Jasper/iReports/whatever generated
georgemca at 2007-7-12 17:47:54 > top of Java-index,Java Essentials,New To Java...
# 2
wwhi2@yahoo.co.uk
wwhi2a at 2007-7-12 17:47:54 > top of Java-index,Java Essentials,New To Java...
# 3
> wwhi2@yahoo.co.ukWell done. You've just invited a load of spambots to your party
georgemca at 2007-7-12 17:47:54 > top of Java-index,Java Essentials,New To Java...