At 03:51 PM 2/19/2005, you wrote:
Strange. This works for me:

<?xml version="1.0"?>
<mx:Application xmlns:mx="http://www.macromedia.com/2003/mxml";
xmlns:i2="newpackage.nest.*">
<i2:CustomComponent />
</mx:Application>

My CustomComponent.mxml is in "./newpackage/nest/" directory.

OK - got it. Inside the custom component on the .mxml page was a dataProvider - what I had to do was add the i2 label to that one as well.


Thanks for helping me work through this.

- Tom










Reply via email to