Hello All,
I currently am working on building xpages on top of a legacy web application. This is quite a large application and many of the users have different pages saved. We are currently using the URL structure of
/database.nsf/view/keyofview
but as I am adapting into xpages I have to use the following to get to that page:
/database.nsf?key=keyofview
What I would like to know is if there is a way to route the URL requests so that no one has to changes links?
Thanks so much for your help!
-Toby