Hello,
in my XPage app - which is running on the Notes client - I am trying to send an email notification containing a link to a specific document which means a XPage with some parameters. In the old fashion way that was pretty easy. I just had so send a document link, but there is nothing like that so far for XPages. In the java API you ca only add documents, view or databases as links to a body field.
Regarding to this article in the designer wiki (http://www-10.lotus.com/ldd/ddwiki.nsf/dx/Domino_Designer_URLs_for_XPages) I tried to generate the link myself.
First I tried to open the url (something like this notes://myserver/foo.nsf/main.xsp?OpenXPage) by a manually added button - just for testing - in an email . That worked fine. I could also add some parameters - no problem so far.
Then I tried to just send the link with the same url by placing it in the body field. Notes generates a clickable link in read mode. But when I try to click the link nothing happens…
I cannot figure out why it does not work. There is nothing in the log or in the trace.
Any ideas what the problem is?
Or any suggestions for a workaround? An idea was to generate the button while creating the notification, but again there is nothing like this in the java api.
Thanks