Hi, within my qooxdoo 2.1.1 app I call webservices to get some data from the server.
How can I access the responsetext when an exception occurs?
I want to display this message to the user.
This is the event-listener where the exception gets caught.
req.addListener("fail", function (e) {
exception = e;
}, this);
This is the exception-object-type:
qx.event.type.Event[14-0] { $$hash="14-0" , $$initialized= true ,
_type= "fail" , more...}
Thanks
Tobi
<<inline: Picture (Device Independent Bitmap) 1.jpg>>
------------------------------------------------------------------------------ Get 100% visibility into Java/.NET code with AppDynamics Lite It's a free troubleshooting tool designed for production Get down to code-level detail for bottlenecks, with <2% overhead. Download for free and get started troubleshooting in minutes. http://p.sf.net/sfu/appdyn_d2d_ap2
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
