Sebastian, could you take a look at this? It seems you re-designed  
the Json class. The actual error is in line 374 in Json.js:

if (qx.lang.Object.select(qx.core.Setting.get 
("qx.jsonEncodeUndefined"))) {

The select() fails because it receives only one parameter. What's the  
purpose of the select() in this line? It seems unnecessary.

Regards,

   Andreas


Am 28.02.2007 um 00:45 schrieb frederic:

>
> Hello,
> My script worked fine on 0.6.5 and now after a migration to 0.7, I  
> have the
> following error :
>
> 008473 ERROR: qx.ui.form.Button[206]: Could not dispatch event of type
> "execute": TypeError - map has no properties at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/lang/ 
> Object.js:319
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> Json.js:374
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> Json.js:181
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> Json.js:351
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> Json.js:308
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> Json.js:355
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> Json.js:396
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> remote/Rpc.js:502
> at
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/io/ 
> remote/Rpc.js:583
> http://127.0.0.1/qooxdoo/frontend/framework/source/class/qx/ext/ 
> rpc.js:80
> ../..
>
>
> my qx.ext.rpc script is :
>
> ../..
> var fonction="hello";
> var param=new Array(1,2);
> this.r = new qx.io.remote.Rpc();
> this.r.setUrl(SERVICE_URL);
> this.r.setServiceName("myServices.service");
> this.r.timeout = 10000;
> this.r.crossDomain = false;
> var result = this.r.callSync(fonction, param);
> ../..
>
>
> What is map ? An idea how to solve my pb ?
> FYI, RPC examples are broken the latest SVN update.
>
> best regards.
> frederic
> -- 
> View this message in context: http://www.nabble.com/ 
> qx.io.remote.Rpc-error-when-migrate-to-0.7-tf3305402.html#a9194796
> Sent from the qooxdoo-devel mailing list archive at Nabble.com.
>
>
> ---------------------------------------------------------------------- 
> ---
> Take Surveys. Earn Cash. Influence the Future of IT
> Join SourceForge.net's Techsay panel and you'll get the chance to  
> share your
> opinions on IT & business topics through brief surveys-and earn cash
> http://www.techsay.com/default.php? 
> page=join.php&p=sourceforge&CID=DEVDEV
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>


--
Dipl.-Inform.(FH), M.Sc. Andreas Junghans
STZ-IDA an der Hochschule Karlsruhe
email      [EMAIL PROTECTED]
internet   http://stz-ida.de
telefon    ++49-721-920-3302
fax        ++49-721-160-890-56
Moltkestrasse 30, D-76133 Karlsruhe/Germany



-------------------------------------------------------------------------
Take Surveys. Earn Cash. Influence the Future of IT
Join SourceForge.net's Techsay panel and you'll get the chance to share your
opinions on IT & business topics through brief surveys-and earn cash
http://www.techsay.com/default.php?page=join.php&p=sourceforge&CID=DEVDEV
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to