Try something else than form, like xmlns:formComp="form_Components.*".
João Fernandes Secção de Desenvolvimento Departamento de Informática -----Original Message----- From: [email protected] [mailto:[EMAIL PROTECTED] On Behalf Of rgwilson26 Sent: quinta-feira, 13 de Outubro de 2005 16:42 To: [email protected] Subject: [flexcoders] Component storage I would like to know how to store and access components in more than one directory. I have a directory called "components" that holds my navigation components that I referr to in my main.mxml file as such "xmlns:nav="Navigation_Components.*". What I want to do is create another directory with my form components, so the directory will be called "form_Components". I tried referring to this directory in main.mxml as such "xmlns:form="form_Components.*", but get a "no property with 'componentName'" error. It seems that I can only have one diretory with all components. That doesn't seem right. Does anyone know how to call multiple components in multiple directories? Thanks in advance. ------------------------ Yahoo! Groups Sponsor --------------------~--> Fair play? Video games influencing politics. Click and talk back! http://us.click.yahoo.com/T8sf5C/tzNLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links ------------------------ Yahoo! Groups Sponsor --------------------~--> Get Bzzzy! (real tools to help you find a job). Welcome to the Sweet Life. http://us.click.yahoo.com/A77XvD/vlQLAA/TtwFAA/nhFolB/TM --------------------------------------------------------------------~-> -- Flexcoders Mailing List FAQ: http://groups.yahoo.com/group/flexcoders/files/flexcodersFAQ.txt Search Archives: http://www.mail-archive.com/flexcoders%40yahoogroups.com Yahoo! Groups Links <*> To visit your group on the web, go to: http://groups.yahoo.com/group/flexcoders/ <*> To unsubscribe from this group, send an email to: [EMAIL PROTECTED] <*> Your use of Yahoo! Groups is subject to: http://docs.yahoo.com/info/terms/

