Is there a reason why the QxRequest object disposes of it self after it
has received it's response back (particularly
QxConst.REQUEST_STATE_COMPLETED)? This seems a little odd to me as I
would like to reuse the object for multiple consecutive ajax calls
without having to re-instantiate it each time.
<snip:QxRequest.js>
proto._oncompleted=function(e)
{
this.setState(QxConst.REQUEST_STATE_COMPLETED);
this.dispatchEvent(e);
this.dispose();
};
</snip>
Mike
-------------------------------------------------------------------------
Using Tomcat but need to do more? Need to support web services, security?
Get stuff done quickly with pre-integrated technology to make your job easier
Download IBM WebSphere Application Server v.1.0.1 based on Apache Geronimo
http://sel.as-us.falkag.net/sel?cmd=lnk&kid=120709&bid=263057&dat=121642
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel