Hi Martin,
Am 20.01.2009 um 10:19 schrieb Martin:
> But what next thing what happens to me is, that if I use RPC, and
> want to
> send data like.
>
> var sess=new Object();
> sess["type"]="string";
> sess["value"]=(server_session!="")?server_session:"unknown";
>
> note: sess["type"]="string";
>
> .callAsync(function(),"rpcfunction",sess);
>
> In firebug I see those postdata:
>
> {"service":"qooxdoo.proxy","method":"send","id":94,"params":
> ["rpcfunction",{"type":"string","value"
> :"kjdhskjdhfsjkdf"}]}
>
> "type":"string" is there ...
>
> But, then after some number of other calls (and I think it starts
> after
> one that receives a lot of data) I see this:
>
> {"service":"qooxdoo.proxy","method":"send","id":113,"params":
> ["rpcfunction",{"type":243,"value"
> :"asdasdasdgg"}]}
>
> instead "type":"string" there is "type":243 !
>
> "string" type changed to 243 type (when I hit F5 in browser, reload
> the
> page, then everything is OK, but after some calls type "string"
> changes
> again, to another number (its not always 243). And this is causing
> trouble with my app/backed, because it doesn't know any 243 type, it
> know
> "string".
> I'm still putting same data into callAsync.
> This only happens in BUILD version, SOURCE one seems to be OK, so I
> don't
> know what the problem can be. I tried latest SVN version few minutes
> ago.
Maybe this is caused by a malfunctioning build optimization? Did you
take a look at the resulting js file (searching for callAsync or 243)?
Regards,
Andreas J.
------------------------------------------------------------------------------
This SF.net email is sponsored by:
SourcForge Community
SourceForge wants to tell your story.
http://p.sf.net/sfu/sf-spreadtheword
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel