RE: [flexcoders] Re: unknown property warning

2005-07-11 Thread Tracy Spratt
>From the sample XML, aren't attributes product-dependent? Or does your data call only bring back one product at a time? If you want, you can disable binding warnings in the flex-config file. I personally prefer finding way to suppress the warnings with code though. Tracy -Original Messag

RE: [flexcoders] Re: unknown property warning

2005-07-11 Thread Tracy Spratt
Actually, it is a warning, and I believe in you case it can be safely ignored. Using "dot.down" notation often causes Flex to lose track of the datatype of the end element, and the compiler uses the datatype information to set up its change listener infrastructure. However, my advice would be t