Question

I recently upgraded to the latest version of the extension library on the 9.0.1 Domino server and Designer client (901v00_06.20140424-0600).

I am now getting the following error on an XPage when I click on the namepicker control.

RequestError: Unable to load /dbname.nsf/log.xsp?$$viewid=!ds0dulblv5!&$$axtarget=view:_id1:_id2:_id10:tabPanel1:namePicker1&count=50 status: 500

(dbname has been stripped out)

This is the source for my namepicker control:

<xe:namePicker id="namePicker1" for="name1" dialogTitle="Domino Directory">
<xe:this.dataProvider>
<xe:dominoNABNamePicker
addressBookDb="server!!names.nsf"
addressBookSel="db-name" people="true" groups="false"
nameList="people">
</xe:dominoNABNamePicker>
</xe:this.dataProvider>    
</xe:namePicker>

Any ideas would be appreciated.

Thanks,

Dan

PS:

addressBookDb="server!!names.nsf" <--- server name stripped out.

Was it helpful?

Solution

The error was linked to some incomplete javascript on the XPage and had nothing to do with the namepicker.

Licensed under: CC-BY-SA with attribution
Not affiliated with StackOverflow
scroll top