Skip to main content

You are not logged in. Your edit will be placed in a queue until it is peer reviewed.

We welcome edits that make the post easier to understand and more valuable for readers. Because community members review edits, please try to make the post substantially better than how you found it, for example, by fixing grammar or adding additional resources and hyperlinks.

Required fields*

11
  • Tried but no success. Is it possible if my application event not firing up. Commented Feb 14, 2023 at 11:22
  • @IbrahimAhmed, I implemented from scratch same as you implemented it works for me i am able to invoke Vf Page handler. can you confirm me what is the error comming, is it the same error as this This page has an error. You might just need to refresh it. Action failed: c:RichInputText$controller$setHtmlBody [Cannot read properties of undefined (reading 'setParams')] Failing descriptor: {c:RichInputText$controller$setHtmlBody} ? Commented Feb 14, 2023 at 12:38
  • It occurred before when I didn't give global access to the application event. After adding access="global" to the application event the error was solved but my vf handler still not invokes. Commented Feb 14, 2023 at 12:43
  • @IbrahimAhmed So now no error is comming right but the issue is your vf handler is not getting invoked ? do you see any error in console in JS Commented Feb 14, 2023 at 12:45
  • Yes, only handler not getting invoked. No errors on console. Commented Feb 14, 2023 at 12:47