-
6 Dec 2012 7:38 AM #1
net.sf.sojo.interchange.json.JsonParserException
net.sf.sojo.interchange.json.JsonParserException
Hello,
Please anyone know how to address this exception?
net.sf.sojo.interchange.json.JsonParserException: Exception in String: ...................................... --> Encountered "\"\"" at line 1, column 246.
Was expecting one of:
"," ...
"}" ...............
Regards...
-
6 Dec 2012 2:19 PM #2UI: Sencha Architect 2.x / ExtJS 4 MVC
Server side: EJB 3.1 / CDI / JPA 2 / JAX-RS / JasperReports
Application Server: Glassfish 3.1.x
Databases: Oracle 10g & 11g / DB2 9 & 10 / Firebird 2.5
If you like my answer please vote!
-
8 Dec 2012 12:31 AM #3
Thank you

Hello,
I have a grid with fields of types Float and Integer ( in Java) because i need to put null value in these fields, but when i add new record to this grid with null value of some fields, the new record is saved in the database but i cannot see it in the grid. I think the problem is that fields in grid don't accept null value of types Float and Integer ( not int and float).Anybody can give me any suggestion???
Thanks in advance,
Best regards.


Reply With Quote