That's 'better', but it has the new data in it already and it's not the
output from your debug statement like I asked. Do you know where that
information is going? You have to look in theFireBug console or your
browser Console if not using FireBird (which is my guess by your
screenshot), and show me what is printed there from the debug statement. It
appears that 'item' is a basic JSON object and adding the new properties,
as was in my original post, will add the new data in at the same level as
the field values. You need to simplify your code as much as possible, you
are adding too many layers of confusion onto it. There is no need to call
any methods to add a property to a JSON, simply add it (someJSON.newItem =
"new value"). It really is that simple.

Jim


On Wed, Oct 10, 2012 at 2:05 PM, jwhitten <john_whit...@yahoo.com> wrote:

> Sorry about that, I reckon I misread your post.
>
> Here is what it looks like before it gets tinkered with...
>
> <http://qooxdoo.678.n2.nabble.com/file/n7581650/10-10-2012_4-59-49_PM.png>
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/Need-help-with-Models-please-tp7581630p7581650.html
> Sent from the qooxdoo mailing list archive at Nabble.com.
>
>
> ------------------------------------------------------------------------------
> Don't let slow site performance ruin your business. Deploy New Relic APM
> Deploy New Relic app performance management and know exactly
> what is happening inside your Ruby, Python, PHP, Java, and .NET app
> Try New Relic at no cost today and get our sweet Data Nerd shirt too!
> http://p.sf.net/sfu/newrelic-dev2dev
> _______________________________________________
> qooxdoo-devel mailing list
> qooxdoo-devel@lists.sourceforge.net
> https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
>
------------------------------------------------------------------------------
Don't let slow site performance ruin your business. Deploy New Relic APM
Deploy New Relic app performance management and know exactly
what is happening inside your Ruby, Python, PHP, Java, and .NET app
Try New Relic at no cost today and get our sweet Data Nerd shirt too!
http://p.sf.net/sfu/newrelic-dev2dev
_______________________________________________
qooxdoo-devel mailing list
qooxdoo-devel@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to