Ok, I was able to get a fix in 
/src/com//naryx/tagfusion/expression/function/string/serializejson.java on 
line ~234 by doing:

 else if (var.getDataType() == cfData.CFJAVAOBJECTDATA) {
out.append("\"" + encodeString(var.getString()) + "\"");
} 

Kind of brute force, but did the job.


On Saturday, March 17, 2012 3:01:10 PM UTC-5, Alan Williamson wrote:
>
> Aah yes, that is because the _id is a special java type which doesn't 
> support the toString()
>
> i will trap for that one and serialize it.  i'll fix this very soon
>

-- 
online documentation: http://openbd.org/manual/
   google+ hints/tips: https://plus.google.com/115990347459711259462
     http://groups.google.com/group/openbd?hl=en

Reply via email to