Hi All, I have used the meta tag ArrayElementType for arraycollection, and i encountered the following warning in compilation.
Warning ModifyTabs.mxml:185 [ArrayElementType](domain.dto:UiImportFileContentDTO)]: type domain.dto:UiImportFileContentDTO is unavailable. But the strangest thing is , if i replaced the UiImportFileContentDTO with some other DTO in the same domain.dto directory, some will prompt this warning while some will not. But all this DTO is auto generated from a script from JAVA class. Any one encounter with similar situation before? Dan

