Did that... didn't work either...
I'm kinda stuck...

Thanks,
Valy


--- Tracy Spratt <[EMAIL PROTECTED]> wrote:
> Just for fun, change the name of the property so it
> is different than
> the id of the control. (indi__id)
> Tracy
> 
> -----Original Message-----
> From: [email protected]
> [mailto:[EMAIL PROTECTED] On
> Behalf Of Valy Sivec
> Sent: Thursday, April 21, 2005 10:29 AM
> To: [email protected]
> Subject: [flexcoders] Error: The property being
> referenced does not have
> the static attribute.
> 
> 
> Hi,
> 
> I have a view container that includes a form and a
> sub-view - called viewPhones. I would like to pass
> the
> indi_id form element value from the parent to the
> "viewPhones", but I got an error, see below, and
> can't
> figure out why.... Any help would be appreciated.
> 
> Thanks,
> Valy
> 
> 
> 
> <mx:Form width="100%" verticalGap="2">
>         
>     <mx:FormItem label="Indi Id">
>       <mx:TextInput  id="indi_id" 
>                      editable="false"  
>                      styleName="inputbox" 
>                      maxChars="10" 
>                      width="64"/>
>     </mx:FormItem>    
>             
>     <mx:Button label="Save"
> click="saveIndividualEvent()"/>
>  </mx:Form>
>     
> <infolib:viewPhones id="viewPhones"
> indi_id="{indi_id.text}" />
> 
> The property being referenced does not have the
> static
> attribute. 
> 
> 
> __________________________________________________
> Do You Yahoo!?
> Tired of spam?  Yahoo! Mail has the best spam
> protection around 
> http://mail.yahoo.com 
> 
> 
>  
> Yahoo! Groups Links
> 
> 
> 
>  
> 
> 
> 
> 
> 
> 

__________________________________________________
Do You Yahoo!?
Tired of spam?  Yahoo! Mail has the best spam protection around 
http://mail.yahoo.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