Time Input Control not working

Hey

I use Jasperserver CE 6.0.1.

My Report has two time parameters. I can chosse them by using the timepicker. If i chosse a time it will be displayed correctly (HH:mm:ss   e.g. 15:10:12) but in post paramters the is 03:10:12.

Does anyone know where to change this. I think its a bug of the German local implementation.

Any ideas where to change this?

christian.philipp's picture
Joined: Apr 15 2014 - 7:43am
Last seen: 4 months 3 weeks ago

I have the same problem with Jasperreports Server 6.2. This is hopeless

rfernandez112 - 7 years 4 months ago

7 Answers:

Instead of hh:mm:ss you'll need to use HH:mm;:ss as the format.

hozawa's picture
177839
Joined: Apr 24 2010 - 4:31pm
Last seen: 3 years 12 months ago

I know but where should i change it?

The Post parameter is already wrong. I cant hadle this on the server. It must be a bug in the submitting script on the servers webinterface.

christian.philipp's picture
Joined: Apr 15 2014 - 7:43am
Last seen: 4 months 3 weeks ago

 I have the same probleme, too. Do you find solution?

pixar's picture
101
Joined: Feb 20 2015 - 2:19am
Last seen: 4 years 11 months ago

I still use version 5.5 which works just fine. I hope the developers will solve this problem in 6.0.2.

I tried changing some config files, but the bug must be somewhere in javascript.

christian.philipp's picture
Joined: Apr 15 2014 - 7:43am
Last seen: 4 months 3 weeks ago

I have the same problem with Jasperreports Server 6.2. This is hopeless

rfernandez112's picture
Joined: Jul 24 2014 - 12:45am
Last seen: 1 year 3 months ago

Is there any fix for this problem?

 

christian.philipp's picture
Joined: Apr 15 2014 - 7:43am
Last seen: 4 months 3 weeks ago

We had the same problem after migration to 6.2 CE.

Our solution:

In the folder jasperreports-server-cp-6.2.0/apache-tomcat/webapps/jasperserver/optimized-scripts, in the plain.report.viewer.page.js and report.view.base.js

was changed hh:mm:ss to HH:mm.ss

And now its working fine 

naumchik2301's picture
Joined: Jan 14 2011 - 3:45am
Last seen: 2 weeks 6 days ago
Feedback
randomness