Thanks guys!

>The right way to do it is:
>var model = qx.data.marshal.Json.createModel(data);
Wow, it was easier than I expected...

>The second error is easy to fix: pass "model" instead of "data" to the
> qx.data.controller.List constructor. :)
Ouch. Yesterday I was really crazy to don't notice this one...

Anyway, let's continue the evaluation. Thanks again for everyone :)

2011/8/19 Christian Hagendorn <[email protected]>:
> Am 18.08.2011 20:48, schrieb Rafael Ibraim:
>> var controller = new qx.data.controller.List(data, list, "name"); //
> Hi,
>
> the problem is you do not pass the created model, just change it to:
> var controller = new qx.data.controller.List(model, list, "name");
>
> And it should work like expected.
>
> Cheers,
> Chris
>
> ------------------------------------------------------------------------------
> Get a FREE DOWNLOAD! and learn more about uberSVN rich system,
> user administration capabilities and model configuration. Take
> the hassle out of deploying and managing Subversion and the
> tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
> _______________________________________________
> qooxdoo-devel mailing list
> [email protected]
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>



-- 
Rafael Ibraim
Oracle Database SQL Expert
Linux User Number: #537480
[email protected]

------------------------------------------------------------------------------
Get a FREE DOWNLOAD! and learn more about uberSVN rich system, 
user administration capabilities and model configuration. Take 
the hassle out of deploying and managing Subversion and the 
tools developers use with it. http://p.sf.net/sfu/wandisco-d2d-2
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to