function readOnly(count){ }
Starting November 20, the site will be set to read-only. On December 4, 2023,
forum discussions will move to the Trailblazer Community.
+ Start a Discussion
Gautam_KasukhelaGautam_Kasukhela 

helloMessageInteractive Lightning Example Query

Hello All,
   This is with reference to a trailhead example under (Lightning Component Basics > Handle Actions with Controllers) :
I am trying to invoke a component that invokes a controller. However, when I am clicking on the buttons, nothing happens on the page and neither do I see any logs in the console or error messages in the developer console.

I am wondering if the way I am invoking the component is correct or if I am missing anything else? Screen shots of my code snippets are attached below:-

User-added imageUser-added imageUser-added imageUser-added image
Naveen KNNaveen KN
Gautam, I tried the same in my devloper org, it is working fine without any issue. Logout, close all the tabs, relogin and verify the same. It should work.

@naveenkn55
Gautam_KasukhelaGautam_Kasukhela
@Naveen, Thank you for suggestion. I tried doing that but still was not able to get a response on button click.
Not sure what the issue is.