I'm getting an error when I try to instantiate a component using a classpath.
In my application tag, I set a class path of xmlns:mk="com.test.components". In the folder com/test/components I have the Pod.as class. When I try to create a component with:
<mk:Pod id="test" title="Test Pod">
</mk:Pod>
I get an error:
"The class being compiled, 'Pod', does not match the class that was imported, 'com.test.components.Pod'"
This class works fine when I have it in the same directory as the app and invoke it without the classpath abbreviation.
Any ideas?
Thanks.
- Tom

