I'm converting an old Notes app to xpages and ran into a problem. The app is a sort of bookmark app. A user selects a 'bookmark' button and I store the doc's db and unid dbs in a document in this bookmark db. When the doc is created, a redirect is created so when the bookmark doc is opened, it automatically launches the doc that was bookmarked.
It works fine with a regular Notes view but I want to replace the Notes view with a xapge containing a view control. So I created a xpage view and linked one of the columns. How do I get a handle on the selected/clicked-on document. If I can get to that, it'll be easy to redirect the page to the intended document.
I tried the column's onclick event to get 'currentDocument' but it doesn't look like it's available there. Any other ideas?
thanks
Clem