Callback Error when using Sharepoint PeopleEditor
        Posted  
        
            by BeraCim
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by BeraCim
        
        
        
        Published on 2010-04-08T01:55:56Z
        Indexed on 
            2010/04/08
            3:03 UTC
        
        
        Read the original article
        Hit count: 1397
        
Hi all:
I'm getting a "There was an error in the callback" error when clicking on the check names button of the PeopleEditor in Sharepoint.
I didn't do anything fancy. All I did was just to create a PeopleEditor in the C# code and add it to a Panel, and let the aspx page renders it. The address book (the button next to the check names button) works. But everytime when I enter something in the PeopleEditor and click the check names button, I get that error.
I had a look at my aspx page, and I'm getting the feeling that I'm missing some sort of Javascript library. I have JQuery library included in my aspx page, but thats about it.
Does anyone know what might be wrong?
[UPDATE] The PeopleEditor is appended to a panel, which is displayed when the value of a dropdown list changes.
Thanks.
© Stack Overflow or respective owner