Oops - forgot to include the TestObj definition:

public class TestObj
{
  public var id:String;
  public var hasChildren:Boolean = false;
  public var children:Array;
}

Nick.


Reply via email to