• namePicker does not show list of people

    By Terry Traphagen 1 decade ago

    I'm trying to determine if this is a limitation of the implementation of this control in this version of the Extension library.

    I'm developing for both XPiNC and XPage browser application and would like to use the picker controls. My Domino HTTP server is configured to answer on port 8080.

    When using the vanilla dominoNABNamePicker with djextNameTextBox control, the dialog displays but no choices are presented. Also the control is malformed -- the code is below.

    name picker

     

    <p>
        I have tried other variations of picker controls -- dominoViewNamePicker, and the dominoNABNamePicker with various options for the&nbsp;<em>addressBookDb</em>&nbsp;property, and addressBookSel property, but nothing works on either the Notes client, or browser client. That&#39;s not entirely true -- on the XPiNC I will get the local personal NAB, but never the public server based NAB</p>
    
        I&#39;m working in Domino 8.5.2 and Notes 8.5.2, and have installed XPagesExtensionLibrary-852 (8.5.2.201107241623NTF). I have verified the installation on both Domino server and Notes client.</div>
    <p>
        Thanks for your help!</p>
    
     
    <xe:djextNameTextBox&nbsp;</div>
    
    id=&quot;inputText16&quot; multipleSeparator=&quot;,&quot;&gt;</div>
    
    &lt;/xe:djextNameTextBox&gt;</div>
    
    &nbsp;</div>
    
    &lt;xe:namePicker&nbsp;</div>
    
    id=&quot;namePicker9&quot; for=&quot;inputText16&quot; pickerText=&quot;Add&quot;&gt;</div>
    
    &lt;xe:this.dataProvider&gt;</div>
    
    &lt;xe:dominoNABNamePicker&gt;&lt;/xe:dominoNABNamePicker&gt;</div>
    
    &lt;/xe:this.dataProvider&gt;</div>
    
    &lt;/xe:namePicker></div>
    

     

    xe:djextNameTextBox&nbsp;
    
    id=&quot;inputText16&quot; multipleSeparator=&quot;,&quot;
    
    /xe:djextNameTextBox
    
    &nbsp;
    
    xe:namePicker&nbsp;
    
    id=&quot;namePicker9&quot; for=&quot;inputText16&quot; pickerText=&quot;Add&quot;
    
    xe:this.dataProvider
    
    xe:dominoNABNamePicker/xe:dominoNABNamePicker
    
    /xe:this.dataProvider
    
    /xe:namePicker
    
  • Are you seeing any browser error?

    By Philippe Riand 1 decade ago

    If you install Firebug and look at the requests, can you see the ones emitted to the server? Do they contain the right port (8080)?