I have a main apps which is calling a component.
In the main app,I have a button to save the form inside the 
component.  How do I tell the the main app that I want to save the 
info inside the component?

<mx:Application>
....
.......
<mx:Panel>
   <comp:myCompFrm>
<mx:Panel>
....<mx:Button click="???">// Save the content in myCompFrm
 




--
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/
 



Reply via email to