On Thu, Mar 3, 2011 at 12:26, John de la Garza <[email protected]> wrote:
> I just now realized that when you return a object that is a list, it > comes back to the js as a comma seperated string... > > I guess I can split it, but I'd like to have it return an array, like > when returning a dict > Those results depend, I suppose, on what your backend is doing. If the backend returns a array encoded in JSON, then qooxdoo's JSON parser will provide you with an array. If your backend produces a comma-separated item list as a string in the returned JSON, then qooxdoo will parse that as a string and give you a string. In short, it sounds like your backend is not returning what you want. Cheers, Derrell
------------------------------------------------------------------------------ Free Software Download: Index, Search & Analyze Logs and other IT data in Real-Time with Splunk. Collect, index and harness all the fast moving IT data generated by your applications, servers and devices whether physical, virtual or in the cloud. Deliver compliance at lower cost and gain new business insights. http://p.sf.net/sfu/splunk-dev2dev
_______________________________________________ qooxdoo-devel mailing list [email protected] https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel
