Welcome to the IBM Collaboration Solutions Community IQJam
UsernamePassword
Reset Password | Register
   
Home | Tags | Help
URL Routing 
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

There is 1 answer

1votes
Toby,
 
Using a view with keys should work. You can simply tell the Notes form to use an XPage when opened from the web. This is the way we built some of http://elguji.com
 
 
Bruce Elgort - over 3 years ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community

Experts for Domino Development / Web Development