I have an XPage(main.xsp) that contains a view panel that lists all the documents in the database. Clicking on a link to a document opens another XPage(detail.xsp) which lists the field level detail regarding that document and also contains a view panel to list all the related documents to that detail. When the detail.xsp opens, I get an ‘Unexpected Runtime Error’ stating that my Data Source is not found.
I thought I could create my XPage detail.xsp like a traditional Domino form with an embedded view to list all the related documents.
I noticed that the link of the document in the main.xsp view panel has a QueryString ( detail.xsp?databaseName=CN=WEB1/O=Test!!apps%5Ccustomer.nsf&documentId=01013FFFC86CB0FE8625764800428E64&action=openDocument )in order to reference the document in the detail.xsp. When I remove this QueryString from the URL the XPage detail.xsp opens and the view panel works as expected but unfortunately there is no field level detail.
Any help would be appreciated? Thanks in advance.