I have to implement the following request, but all my tries failed:
If you click on a button/link in a XPage (XPiNC), a classic Notes-Document shall be created in another Notes Database. This new Notes document has to be open in a new client tab beside the tab with the XPage.
I’ve tried several ways with
FacesContext.getCurrentInstance().getExternalContext().redirect("notes://server/anotherdb/newdocumentunid?openDocument")
but none of them led to the desired result (There were 3 tabs opened or the XPage tab is empty).