I am using the xe:namepicker for some time and setting the source as a xe:dominoViewNamePicker as follows:
<xe:namePicker id="namePicker5" for="SiteAdm" dialogTitle="Add one Site Administrator">
<xe:this.dataProvider>
<xe:dominoViewNamePicker viewName="CoordinatorsByEmail"
labelColumn="CoordEmail">
</xe:dominoViewNamePicker>
</xe:this.dataProvider>
</xe:namePicker>
The problem I am having is the returned list of names is being cut off at 50. Users can use the search box in the dialog to start the at another point, but it is always limited to 50 names to choose from.
None of the documented properties indicate if there is a way or setting to set or remove this limitation.
Any ideas on how to fix this?