When I define a (java.util.Date)property in model(Timestamp in database), I got the model text/json response like this.
{"currentStep":1,"createTime":2010-08-26 16:13:57.0,"name":"x"}
The createTime is not quoted.
Does anyone know this problem?
Thanks.