Hi,
I writing a Java web app that gets data from Domino.
The following two methods consistently return ViewNavigator’s with nothing in them
View.createViewNav
View.createViewNavFromCategory
There is no question that there ARE entries that should be populating the View Nav’s. Infact, I just now ran a quick LotusScript agent with exact same logic and it works. All I’m doing is:
View vw = db.getView(“vwSSC”);
ViewNavigator vwNav= vw.createViewNav();
vwNav.getCount() returns zero. The equivalent in LotusScript returns 14!.
Anyone come across this and, better still, solved it?
Thanks,
Terrence