You need to sign in to do that
Don't have an account?
Problem with PageMessages Component?
Hello everyone, im getting the following error when inserting the pageMessages component in the sandbox enviornment:
Save error: Expression Error: Named Object: core.apexpages.components.cdk.ApexComponentRefHandler not found.
Is anyone is experiencing the same thing?
Save error: Expression Error: Named Object: core.apexpages.components.cdk.ApexComponentRefHandler not found.
Is anyone is experiencing the same thing?
Right now I have the pageMessages under an apex:outputPanel tag, and I rerender this panel when I perform the save action of a standardController. It was working just fine yesterday morning then I started to get this error.
Thank you, hope you can track this down.
I'm still having this problem on sanbox (cs2 host). I have a pageMessages tag in my page, and the problem take place when i add an onclick event to a commandButton tag. And when i quit this onclick call or comment the pageMessages tag, the problem disapears.
FYI there is a bit of a race condition that can cause this to happen. This should not happen at all in the upcoming major release, but for the time being we have a way to fix it on the fly, so please do continue to post here if this happens.
It works without problemas now :smileywink: