Hi,

I have an issue where changes to a model are not propagating back to the 
source model from a List controller.

Looking at the source, it looks like a binding only works on a top-level 
thing.  So, you can bind a single property of an object, the entire 
object, or an array of objects.

I have a structure that is like so:

Program->Composer->id
  ->Piece->id
  ->Movements->array of Movement->id

I'd like to do things like:

this.getModel().getComposer().setId(3)

and get an event that causes the model to update.

Do I need to manually bind each and every sub-property to its 
counterpart, or is there some smarter way to do this?

------------------------------------------------------------------------------
Learn the latest--Visual Studio 2012, SharePoint 2013, SQL 2012, more!
Discover the easy way to master current and previous Microsoft technologies
and advance your career. Get an incredible 1,500+ hours of step-by-step
tutorial videos with LearnDevNow. Subscribe today and save!
http://pubads.g.doubleclick.net/gampad/clk?id=58040911&iu=/4140/ostg.clktrk
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to