I have JSON data that I read with an ItemFileReadStore and wrap with a TreeStoreModel. The items in the data have an attribute "value" which may be a string, number, or object. If it's an object I get the followed error in Firebug:
error loading root: TypeError: _48 is undefined message=_48 is undefined
- If I remove the Tree element, no error occurs. (The GET occurs)
- If I edit the "value" attribute to a scalar (not an object) no error occurs.
