I delete response document from a view in Notes, but they are still available when I invoke parentDoc.getResponses(),
<xp:repeat id="repeat3" rows="30" value="#{javascript:DataSourceDocumentManager.getResponseCollection(row.getUniversalID())}" var="responserow" indexVar="responserowIndex">
the repeat control still displays the content from the deleted response documents......but when I try to reach the documents with universalID, it says, no document can be found with that universalID
1. I restart the server and check
2. I check the view "Untitled", seeing all the 1.1, 2.1, 2.1 alike response documents are deleted
3. view index are updated
should response document be deleted in a special way?
regards
wei