I have a public document in a particular database which is created like this:
<xp:dominoDocument var="newDoc" formName="frmMyForm"
databaseName="#{javascript:applicationScope.aspMyDBPath}">
</xp:dominoDocument>
The ACL of that database is set to Anonymous as Reader with write access to public documents. I cannot save this document because Xpages is running as a web user. I could save it if I was running as agent signer and if I had initialised the database using sessionAsSigner. How can I do this with dominoDocument datasource? Any ideas?
Any help would be appreciated. I don't want to give Editor level access to this database just to get around this issue.