Closed GoogleCodeExporter closed 8 years ago
I am sorry, I guess I had an error in my code. So this error report can be
closed.
Creating the String the following way avoids the error described:
JSONEncoder settings = new JSONEncoder();
settings.setDateFormat(JSONDateFormat.DATE_CONSTRUCTOR);
String jsObj = JSON.encode(filterBuilder.getCriteria().getJsObj(), settings);
Original comment by arne.kor...@gmail.com
on 16 Aug 2010 at 3:01
Original comment by smartgwt...@gmail.com
on 16 Aug 2010 at 3:06
Original issue reported on code.google.com by
arne.kor...@gmail.com
on 16 Aug 2010 at 9:15