I downloaded the example from this websitehttp://www.jmackey.net/groupwareinc/johnblog/johnblog.nsf/d6plinks/GROC-7FFLYJ
The URL triggert in de ‘ViewCustomers.xsp’ is ‘Customer.xsp?databaseName=CustomerOrders.nsf&documentId=8F6&action=editDocument’
When I create in the same database an xpage with a View element and make the first column clickable then the URL is
‘$$OpenDominoDocument.xsp?databaseName=CustomerOrders.nsf&documentId=8F6&action=editDocument’
What I’m doing wrong??
Subject: Set the default xPage for opening docs with that view
Hi Frank,
Though the url is different, it should work with any documents that were created with xpages. The reason it is different is there is no default xpage set.
If the view contained docs that were created from Domino, you would have a problem opening those docs in xPages since they would not know which xpage to display in.
Here’s the steps to set the default:
-
select the view
-
from the Properties, select the Data tab
-
select the default xPage under “at runtime, open selected documents using:”
Regards,
John
Subject: Thank you
I have found the parameter