Hello,
I am using 'display xpage instead' feature on forms to map urls like
base.nsf/view/name
to some documents with content and to render them with xpage.
The problem here is that when I need to pass some url parameters:
base.nsf/view/name?openDocument&category=test
server side code cannot access this paramters. When I check value of context.getUrl().toString() it returns:
bas.nsf.nsf/index.xsp?documentId=A80CE55667854DA7C12578760038F651&action=openDocument
It looks like during url translation all original parameters are dropped.
Does anybody know how to access them from xpage ssjs ?