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
Shalini DubeyShalini Dubey 

Lightning Component Basics - Event handling

I am very confused with this module challenge. getting errors between calling the create item method between the two javascript controllers for Campinglist and CampingListForm. I read the module nearly 5 times and still cannot figure out the cause. any tips for implementation greatly appreciated.
Hans LissHans Liss
If this is after you have already created the Apex controller, make sure your dev org isn't namespaced. Check under "Packages" in Setup. If it is namespaced, you can get past it by prefixing sObject fields with your namespace followed by two underscores, but it'll save you a lot of trouble just getting a new dev org without the namespace.
Shalini DubeyShalini Dubey
Hi Hans,
I havent used any namespace in my org and I am referencing the class names using c. like shown in trailheads. help greatly appreciated.
Hans LissHans Liss
Ok, please post relevant code and the exact error messages.