--- In [email protected], Dan Pride <danielpr...@...> wrote: > > I tried all that in the first hour. None of it works > I have been resisting it but I think I am just going to rewrite the whole > damn thing in value objects. > i started this app some time ago leveraging off the auto generated php code > for a database table. The references have been a pain ever since. > I would truely like to know why nothing anybody has suggested has worked tho. > It really bugs me.
One thing I've found useful, since e4x is designed to be used untyped and deliberately makes it hard to know the difference between XML and XMLList is to set a variable to selectedItem that has type of *. Then I put in a break point in the debugger and _look_ at what the type of that variable is. HTH; Amy

