I am recently starting to work with datamodels in flex 1.5 and am 
having a bit of a time trying to pass data around my application. I 
figured I would use a data model using a model tag within comp#1. I 
will need comp#2 to access and display this data. However I cannot 
seem to get comp#2 to see comp#1's datamodel. Instead I get 
a "changes to unknown property, comp#1Model, will not be detected".

In comp#2 I have text="{comp#1Model.userFirstName}"


This is my directory strucuture:

main.mxml
---->comp directory
        comp#1.mxml
        comp#2.mxml

If there is possibly a better approach to passing data around within 
an app I am open to suggestions.

Thanks





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