Hi All,
What a great framework!

Have just got a table populated populated from some json data from a php 
files as described  in 
http://qooxdoo.org/documentation/0.8/remote_table_model

There was a small problem using the json data from the tutorial, which 
kept giving me the "could not execute json" error in firebug.

After some time learning firebug the problem was identified as an eval 
of the json data was failing, and changing the example json data to:

result = [ 
  { "first" : "John", "last" : "Doe"  },
  { "first" : "Homer", "last" : "Simpson"  },
  { "first" : "Charlie", "last" : "Brown"  },
]

fixed the problem (ie 3 characters removed).

My next challenge is to get some mysql data into a qx table, then the 
sky is the limit.

Thanks,


Peter Whitefield

------------------------------------------------------------------------------
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
_______________________________________________
qooxdoo-devel mailing list
[email protected]
https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel

Reply via email to