In a edit page, I am passing the domain object as JSON object to be manipulated at client side using jQuery.
render domainClassObject as JSON
When I see the response in client side (in firebug for e.g.), there is no "version" property. Only "version" is missing, all other values are available. What is the reason for this and what should I do to get the "version" value also as part of response from server when using "as JSON"
Thank You. Jay Chandran.