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
Edmondo PorcuEdmondo Porcu 

Unable to pass "Connect Components with Events"

My application is working correctly but when I try to check the challenge it fails to pass with:

"Challenge Not yet complete... here's what's wrong: 
The campingList JavaScript controller isn't calling 'saveItem' in the Apex class to save the record or setting the 'item' as a parameter for the 'saveItem' action."

Anyone has encoutenred a similar problem?
Alain CabonAlain Cabon
Could you post your code (especially the campingList JavaScript controller) ?