Sign Up

Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.

Have an account? Sign In

Have an account? Sign In Now

Sign In

Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.

Sign Up Here

Forgot Password?

Don't have account, Sign Up Here

Forgot Password

Lost your password? Please enter your email address. You will receive a link and will create a new password via email.

Have an account? Sign In Now

You must login to ask a question.

Forgot Password?

Need An Account, Sign Up Here

Please briefly explain why you feel this question should be reported.

Please briefly explain why you feel this answer should be reported.

Please briefly explain why you feel this user should be reported.

Sign InSign Up

The Archive Base

The Archive Base Logo The Archive Base Logo

The Archive Base Navigation

  • SEARCH
  • Home
  • About Us
  • Blog
  • Contact Us
Search
Ask A Question

Mobile menu

Close
Ask a Question
  • Home
  • Add group
  • Groups page
  • Feed
  • User Profile
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Buy Points
  • Users
  • Help
  • Buy Theme
  • SEARCH
Home/ Questions/Q 6587951
In Process

The Archive Base Latest Questions

Editorial Team
  • 0
Editorial Team
Asked: May 25, 20262026-05-25T16:59:05+00:00 2026-05-25T16:59:05+00:00

I am getting error when trying to pass a variable from one to component

  • 0

I am getting error when trying to pass a variable from one to component to another.
I have a main MXML and 2 components. My files are as follows:

Main MXML

<?xml version="1.0" encoding="utf-8"?>
<s:Application xmlns:fx="http://ns.adobe.com/mxml/2009" 
               xmlns:s="library://ns.adobe.com/flex/spark" 
               xmlns:mx="library://ns.adobe.com/flex/mx"
               height="100%" width="100%" xmlns:comps="components.*">


    <s:layout >
        <s:VerticalLayout/>
    </s:layout>


    <s:Group width="100%" height="100%">

            <s:HGroup>
                <habilitations:CMS comps="{this}" width="637" height="48"/>
            </s:HGroup>

            <s:Spacer/>

            <s:HGroup height="70%" width="30%">
                <comps:Component1 comps="{this}"/>
<comps:Component2 comps="{this}"/>
            </s:HGroup>
</s:Application>




Component1


<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009"
         xmlns:s="library://ns.adobe.com/flex/spark"
         xmlns:mx="library://ns.adobe.com/flex/mx"
         width="400" height="100%">
    <s:layout>
        <s:VerticalLayout/>
    </s:layout>

    <fx:Script>
        <![CDATA[
            import mx.collections.XMLListCollection;
            import mx.controls.Alert;
            import mx.events.FlexEvent;

            [Bindable]
            public var testvar:String ="MYTEST";

            [Bindable]
            public var mainMXML:MainMXML;

        ]]>
    </fx:Script>


</s:Group>




Component2

<?xml version="1.0" encoding="utf-8"?>
<s:Group xmlns:fx="http://ns.adobe.com/mxml/2009" 
         xmlns:s="library://ns.adobe.com/flex/spark" 
         xmlns:mx="library://ns.adobe.com/flex/mx" width="400" height="300">
    <fx:Script>
        <![CDATA[
            import mx.controls.Alert;


            [Bindable]
            public var mycomponent1:Component1;
            [Bindable]
            public var mainMXML:MainMXML;

            protected function clickHandler(event:MouseEvent):void
            {
                Alert.show(new String( mycomponent1.testvar ));

            }


]]>
    </fx:Script>


    <s:Button click="clickHandler(event)"/>

</s:Group>



But I am getting the error :

Error #1009: Cannot access a property or method of a null object reference.

Can anyone help on this?

  • 1 1 Answer
  • 0 Views
  • 0 Followers
  • 0
Share
  • Facebook
  • Report

Leave an answer
Cancel reply

You must login to add an answer.

Forgot Password?

Need An Account, Sign Up Here

1 Answer

  • Voted
  • Oldest
  • Recent
  • Random
  1. Editorial Team
    Editorial Team
    2026-05-25T16:59:05+00:00Added an answer on May 25, 2026 at 4:59 pm

    Give your components Id’s

    Then you can just go MyComp.SomePublicVar = value

    From the second comp you could go Alert.show(parentDocument.parentDocument.MyComp.SomePublicVar);

    Something like that 😉

    • 0
    • Reply
    • Share
      Share
      • Share on Facebook
      • Share on Twitter
      • Share on LinkedIn
      • Share on WhatsApp
      • Report

Sidebar

Related Questions

I am getting Bus Error trying to read stdin into a char* variable. I
i am trying to send email from php i have one php file with
i am getting the Parameter url must be non-null error while trying to pass
I am getting this error when trying to pass my object to the view.
I am getting error trying to run my asp code for executing stored proc.
I am new to php and I am getting this error trying to load
I´m getting this error while trying to commit to a svn repository: svn: MKACTIVITY
I am getting this error when trying to run internet information services on a
I'm getting this error after trying to appendChild to an element that was just
I'm getting this error when trying to access my webservice running inside tomcat. Caused

Explore

  • Home
  • Add group
  • Groups page
  • Communities
  • Questions
    • New Questions
    • Trending Questions
    • Must read Questions
    • Hot Questions
  • Polls
  • Tags
  • Badges
  • Users
  • Help
  • SEARCH

Footer

© 2021 The Archive Base. All Rights Reserved
With Love by The Archive Base

Insert/edit link

Enter the destination URL

Or link to existing content

    No search term specified. Showing recent items. Search or use up and down arrow keys to select an item.