Hi Fahri, the already mentioned answer is right. You have to use a plain array in this case. The reason for this is in the creation of the model. It takes a plain JavaScript object and transfers it to a qooxdoo model. But if a qooxdoo object is already contained in the JavaScript object, the creation of the model is not working as expected. So using the plain object will lead to the result you desired, a qooxdoo object containing a qooxdoo data array. Regards, Martin -- View this message in context: http://qooxdoo.678.n2.nabble.com/Problem-qx-data-controller-Object-qx-data-Array-and-qx-ui-form-TextField-tp5253843p5255034.html Sent from the qooxdoo mailing list archive at Nabble.com.
------------------------------------------------------------------------------ This SF.net email is sponsored by Sprint What will you do first with EVO, the first 4G phone? Visit sprint.com/first -- http://p.sf.net/sfu/sprint-com-first _______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
