Hi All,
Sometimes the viewnavigator throws ArrayIndexOutofboundsexception I am using the following code
ViewNavigator viewNav = view.createViewNav();
The error message like
java.lang.ArrayIndexOutOfBoundsException: 42
at lotus.domino.cso.ViewNavigator.getEntries(Unknown Source)
at lotus.domino.cso.ViewNavigator.updateCache(Unknown Source)
at lotus.domino.cso.ViewNavigator.(Unknown Source)
at lotus.domino.cso.View.makeViewNavigator(Unknown Source)
at lotus.domino.cso.View.createViewNav(Unknown Source)
at synaptris.iv.devapi.DominoDataHandler.process