I am new to Xpages and am using a combobox on an XPage that has it’s Value set to lookup to the Domino Directory:var db = new Array(@DbName()[0], “names.nsf”);
@DbColumn(db, “($VIMPeopleAndGroups)”, 2)
However, it does not show/return anything and I do not have an error.
For testing purposes, I have also tried to lookup to a view inside the current database, and I cannot get this to work – nothing is returned.
Here is the code I used:
@DbColumn(@DbName(), “(ProjectsAll)”, 1)
and
@DbColumn(“”, “(ProjectsAll)”, 1)
I know I am missing something, just can’t get a handle on it.
Thanks!