Hi Tucker, There's a strange line in LzConnection:
LzDataset.prototype.setters.authparam = "setAuthParam";
LzConnection doesn't derive from LzDataset. If this is a typo, it should be
(using the new class system)
setters.authparam = "setAuthParam";
or something is going on that I don't understand.
Any ideas?
Thanks!
Phil
_______________________________________________
Laszlo-dev mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-dev
