Hello again, I couldn't find info about what are the values of actiontypes - openDocument, editDocument and createDocument whe defining document data source in xpage. For example: Code 1: <xp:dominoDocument var="basket"
databaseName="#{javascript:sessionScope.productsDb}"
action="editDocument" > Whe trying to programmaticaly choose the actiotype you get: Code 2: <xp:dominoDocument var="basket"
databaseName="#{