I forgot to add that things like validators do implement IMXMLObject. However FrontController in Cairngorm 2.1 does not and still works fine.
--- In [email protected], "JWOpitz" <[EMAIL PROTECTED]> wrote: > > If you use the Cairngorm Microtecture then you do use a 'faceless' > MXML based component everytimee: your subclasses of the > FrontController. The same thing applies to things like validators > which are not view-type classes. You instantiate them via mxml > oftimes but they are not included in the displayList of the housing > container. > > > --- In [email protected], "Paul DeCoursey" <paul@> wrote: > > > > Implement IMXMLObject > > > > > > > > > > > > --- In [email protected], "Andr� Rodrigues Pena" > > <andre.ufrj@> wrote: > > > > > > Hi all, > > > > > > I know how to create visual components as MXML files. My question is, > > > can I create a non-visual component using MXML files? Let's put an > > > example: I want to create a non-visual component to wrap my > > > web-services and handlers. I know I could do it with AS3. But can I do > > > it with MXML? > > > > > > thanks > > > > > > -- > > > Andr� Rodrigues Pena > > > > > > LOCUS > > > www.locus.com.br > > > > > > Blog > > > www.techbreak.org > > > > > >

