• Clicking on the top level "Bookmarks" in bookmarks view throws exception

    By Ulrich Krause 1 decade ago

    When you click on the top level entry in the bookmarks tree, the app throws an error


    com.ibm.domino.xsp.module.nsf.NSFService$NsfServiceThread.run(Unknown Source)<br/>
    

    NotesException: A required argument has not been provided

    lotus.domino.local.Database.getDocumentByID(Unknown Source)
    
    • Fixed

      By Paul S Withers 1 decade ago

      As suspected, it was a problem with the JSON I was creating for bookmarks.

      getBookmarkJson() in HelpBookmarks.java class, line 279 has been amended to set docId item at top level to 'null'.