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]

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