Xpage - Show view column as links

I am designing an XPage that displays a view in the current database and for one of the view columns I enabled show view column as links read-only in the XPage.The Xpage shows up fine on the browser,but when I click on the link to open the document I get an error “Item Not found Exception”.When I open the same document through a view in the browser it opens just fine.

What am I missing here?

Any help is appreciated.

Subject: xPage document

Do you have an xPage for the document you’re opening? If you’re trying to open a normal Notes document through an xPage view it won’t work.

To get it working use the method described here:

http://www-10.lotus.com/ldd/ddwiki.nsf/dx/xpages-compute-urls-in-viewpanel.htm?opendocument&comments

Subject: Thank you!

Thank you,the link provided a solution to my problem.