Carlos Celis Osorio [http://community.jboss.org/people/cacelis] created the 
discussion

"Re: Error setting a Date type parameter"

To view the discussion, visit: http://community.jboss.org/message/620859#620859

--------------------------------------------------------------
The solution is put the next code at initiliaze() method of the report:


importPackage(Packages.java.text);
df = new SimpleDateFormat("yyyy/MM/dd");
params["FechaInicio"] = df.parse(params["FechaInicioString"]);
params["FechaFin"] = df.parse(params["FechaFinString"]);
--------------------------------------------------------------

Reply to this message by going to Community
[http://community.jboss.org/message/620859#620859]

Start a new discussion in JBoss Tools at Community
[http://community.jboss.org/choose-container!input.jspa?contentType=1&containerType=14&container=2128]

_______________________________________________
jboss-user mailing list
[email protected]
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to