Re: Response message after invoking a jsonservice

2009-12-21 Thread Erwan de FERRIERES
Hi Scott, the test case I described is now resolved : I have the error message in the browser and not only in the logs. Regards, Le 21/12/2009 21:03, Scott Gray a écrit : Hi Erwan, I'm not sure I've done anything to resolve this issue? My changes shouldn't have had any effect on the client

Re: Response message after invoking a jsonservice

2009-12-21 Thread Scott Gray
Hi Erwan, I'm not sure I've done anything to resolve this issue? My changes shouldn't have had any effect on the client consuming the json response. Regards Scott HotWax Media http://www.hotwaxmedia.com On 19/12/2009, at 3:33 AM, Erwan de FERRIERES wrote: Thanks Scott for resolving this

Re: Response message after invoking a jsonservice

2009-12-18 Thread Erwan de FERRIERES
Thanks Scott for resolving this issue ! Le 10/12/2009 19:15, Anil Patel a écrit : As of now, Its true, you need to write a method to analyze server response. This should be improved. ../.. -- Erwan de FERRIERES www.nereide.biz

Re: Response message after invoking a jsonservice

2009-12-10 Thread Anil Patel
As of now, Its true, you need to write a method to analyze server response. This should be improved. Thanks and Regards Anil Patel HotWax Media Inc Find us on the web at www.hotwaxmedia.com or Google Keyword "ofbiz" On Dec 10, 2009, at 12:38 PM, Erwan de FERRIERES wrote: > Hi Anil, > > thanks

Re: Response message after invoking a jsonservice

2009-12-10 Thread Erwan de FERRIERES
Hi Anil, thanks for the quick response. Are you saying that for each page in which we are calling a jsonservice, we should also have a js file which analyse the server response ? Cheers, -- Erwan de FERRIERES www.nereide.biz

Re: Response message after invoking a jsonservice

2009-12-10 Thread Anil Patel
Erwan, Here is code snipped from checkoutProcess.js file in ecommerce component. // Check server side error function getServerError(data) { var serverErrorHash = []; var serverError = ""; if (data._ERROR_MESSAGE_LIST_ != undefined) { serverErrorHash = data._ERROR_MESSAGE_LIST_;

Response message after invoking a jsonservice

2009-12-10 Thread Erwan de FERRIERES
Hi all, How is handled the error messages after a jsonservice event type ? Here is a concrete example : Go to Ajax examples, and create an example. No problem, it's working. But if in the example/../controller.xml, line 78, you replace the name of the service invoked for the example creation