Hi Robert,
In case of json, response is in the form of objects and these
objects can be easily manipulated in the success of ajax reponse. For
example,
$.ajax({
type : 'POST/GET',
url : url,
data : data,
success: function(data){
var obj1 = data.obj1;
var obj2 = data.obj2;
}
})
Thanks,
--
View this message in context:
http://ofbiz.135035.n4.nabble.com/Response-from-java-Method-to-client-Ajax-call-tp4634402p4634486.html
Sent from the OFBiz - User mailing list archive at Nabble.com.
