Author: hqm
Date: 2007-08-10 10:15:54 -0700 (Fri, 10 Aug 2007)
New Revision: 6001
Modified:
openlaszlo/branches/wafflecone/lps/components/rpc/library/dhtml/rpc.js
Log:
Change 20070810-hqm-2 by [EMAIL PROTECTED] on 2007-08-10 12:28:29 EDT
in /cygdrive/c/users/hqm/openlaszlo/wafflecone/lps/components
for http://svn.openlaszlo.org/openlaszlo/branches/wafflecone/lps/components
Summary: amazon soap fails in dhtml / wafflecone branch
New Features:
Bugs Fixed: LPP-4474
Bug: LPP-4474
Technical Reviewer: max
QA Reviewer: (pending)
Doc Reviewer: (pending)
Documentation:
Release Notes:
Details:
Tests:
amazon soap
Modified: openlaszlo/branches/wafflecone/lps/components/rpc/library/dhtml/rpc.js
===================================================================
--- openlaszlo/branches/wafflecone/lps/components/rpc/library/dhtml/rpc.js
2007-08-10 16:29:23 UTC (rev 6000)
+++ openlaszlo/branches/wafflecone/lps/components/rpc/library/dhtml/rpc.js
2007-08-10 17:15:54 UTC (rev 6001)
@@ -139,11 +139,11 @@
if (delegate['dataobject'] != null) {
if ( delegate.dataobject instanceof LzDataset ) {
- var element = LzDataElement.prototype.valueToElement(data);
+ var element = LzDataElement.valueToElement(data);
// the child nodes of element will be placed in datasets
childNodes
delegate.dataobject.setData( element.childNodes );
} else if ( delegate.dataobject instanceof LzDataElement ) {
- var element = LzDataElement.prototype.valueToElement(data);
+ var element = LzDataElement.valueToElement(data);
// xpath: element/value
delegate.dataobject.appendChild( element );
} else {
_______________________________________________
Laszlo-checkins mailing list
[email protected]
http://www.openlaszlo.org/mailman/listinfo/laszlo-checkins