Nevermind i got it working..

I used creationComplete instead of initialize

Thanks
Mars

--- In [email protected], "sk_acura" <sk_ac...@...> wrote:
>
> Hi All,
> 
>   Sorry forgot to add the Node Value Object.Here is the code for Node.as
> 
> [CODE]
> 
>  package{
> 
>    public class Node{
> 
>      public function Node(){}
> 
>      public var region:String;
>      public var territory:String;
>      public var territoryRep:String;
>      public var actual:String;
>      public var estimate:String;
> 
>    }
> 
>  }
> 
> [/CODE]
> 
> Thanks.
>


Reply via email to