Difference between revisions of "Empty Reconciliation Tab"
Line 11: | Line 11: | ||
</div> | </div> | ||
− | This is an indication that something is wrong | + | This is an indication that something is wrong with the '''template'''. |
[[Image:Old new Vic widgets.png|500px|center]] | [[Image:Old new Vic widgets.png|500px|center]] | ||
Line 25: | Line 25: | ||
[[Image:Old new Acc widgets.png|350px|center]] | [[Image:Old new Acc widgets.png|350px|center]] | ||
<div align="center"> | <div align="center"> | ||
− | '' Example | + | '' Example from Accident'' |
</div> | </div> | ||
Output in the Console log will look like this for during data entry and when the Data Entry Form is approved:<br/> | Output in the Console log will look like this for during data entry and when the Data Entry Form is approved:<br/> |
Revision as of 09:00, 16 June 2015
This could happen both during Data Entry and when looking at already approved Data Entry Forms.
How it normally looks like
The Reconciliation tab is empty and the tab is not highlighted
This is an indication that something is wrong with the template.
Example from Victim
Output in the Console log will look like this during Data Entry:
Uncaught Exception: java.lang.RuntimeException: Exception 'argument type mismatch' calling setter: 'setTimeToHospital()' on pojo: class com.fgm.imsma.pojo.Victiminfoversion (note: provided argument type= 'String', expected arg type= 'Date')
Output in the Console log will look like this when the Data Entry Form is approved:
Uncaught Exception: java.lang.ClassCastException: java.lang.String cannot be cast to java.util.Date
Example from Accident
Output in the Console log will look like this for during data entry and when the Data Entry Form is approved:
Uncaught Exception: java.lang.NullPointerException at com.fgm.imsma.client.fieldreport.entry.PojoMap.set(PojoMap.java:417)
at com.fgm.freeform.DraggableComponent.updateTo(DraggableComponent.java:252)