Xpages, Inherited documents in view panel by using @Unique
问题 I have two forms project(Document) and comment(Response to Response) I want to create a view that displays all comments of selected Project Any help would be appreciated. 回答1: I love doing this type of stuff in xPages. For a moment, don't think about project and response. Think uniqueID. In order to make the project document reference the comment you add a unique ID to each of them that will reference each other. Don't use response docs in xPages, there is no need I see. When you save the