On Feb 6, 2008 9:03 AM, Wieringa Timotheus <[EMAIL PROTECTED]> wrote: > Hi, > > I just wrote: > echo '[[ "Data1_1", "Data1_2", "Data1_3", "Data1_4" ], [ "Data2_1", > "Data2_2", "Data2_3", "Data2_4" ] ]'; > For testing purposes in the php-file. > > Unfortunately i got this error message: > TypeError: str.charAt is not a function
Ok, if I understand... You're RPC server is now returning the above data. You are using a result type of JSON so the value you get back from the RPC request is a native type, not a string. That native type is the array of arrays of column data. You're then passing that array DIRECTLY to tableModel.setData() right? If all of the above is correct, you'll need to provide more details of the error. Where do you get the error? Derrell ------------------------------------------------------------------------- This SF.net email is sponsored by: Microsoft Defy all challenges. Microsoft(R) Visual Studio 2008. http://clk.atdmt.com/MRT/go/vse0120000070mrt/direct/01/ _______________________________________________ qooxdoo-devel mailing list qooxdoo-devel@lists.sourceforge.net https://lists.sourceforge.net/lists/listinfo/qooxdoo-devel