You didn't send the information I requested. I requested the output from
your debug statement that happens BEFORE a call is made to the server and
BEFORE you add any extra data to it. It looks like this can be solved if
you please post the information I requested, nothing more.

Thanks,
Jim

On Wed, Oct 10, 2012 at 11:34 AM, jwhitten <john_whit...@yahoo.com> wrote:

> This is what I did that actually got me the closest to what I saw in the
> debugger (and several variations on this theme). But none of them actually
> succeeded in getting ALL of the parameters to the other side. If I merge
> the
> model with the arry, I get the arry parameters. If I merge the arry with
> the
> model, I get the model parameters. But never both:
>
>
>                 _handleSubmit : function(e)
>                 {
>                         var item = e.getData();
>                         qx.core.Init.getApplication().debug("Model: " +
> item.getModel());
>
> qx.core.Init.getApplication().getMainWindow().logEntry(item.getModel());
>                         var service = this._getService(item);
>                         var model = item.getModel();
>                         *var arry = qx.data.marshal.Json.createModel({
>                                 crudMode: "new",
>                                 crudName: "myName"
>                                 });
>                         qx.lang.Object.mergeWith(model, arry, false);*
>                         this._callRpcSync(service, this.getUrl(), model);
>                 }
>
>
> Here is an example of what it looks like in the debugger:
>
> <http://qooxdoo.678.n2.nabble.com/file/n7581648/10-10-2012_2-29-30_PM.png>
>
> As you can see, it LOOKS good...
>
> But when I continue the operation...
>
> <http://qooxdoo.678.n2.nabble.com/file/n7581648/10-10-2012_2-31-46_PM.png>
>
> Once again, it doesn't make it to the back-end.
>
>
>
>
> --
> View this message in context:
> http://qooxdoo.678.n2.nabble.com/Need-help-with-Models-please-tp7581630p7581648.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