Thanks Matt Touch wood its working now --- In [email protected], "yaagcur" <[EMAIL PROTECTED]> wrote: > > I have a parent mxml which includes a child MXML included in it > 'inputForm' > > In the main mxml is it possible to refer to fields in the child > > I want to refer to the textfield of a textInput with an id of "headLine" > in a model such as > > <mx:Model id="myInputForm"> > <headlineModel>{headLine.text}</headlineModel> > /mx:Model> > > This produces a compilation error of > "Access of undefined property headLine" > > If I try > <headlineModel>{inputForm.headLine.text}</headlineModel> > > I get a runtime error > Property headLine not found on class inputForm and there is no default > value >
-- 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/

