You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Ajax callback may happen after a widget dispose. If the callback has some dom action will occur some exceptions.
What if add a function to check whether originating component isfinalized? If the component's phase is finalized, then can just return from ajax callback rather than continue.