I am developing an intranetusing XPages that will initially not require login, so Anonymous has Reader access with privilege to Write Public Documents.
I have created a form and made it available to Public Access users on the security tab. But when I use the form in an XPage it prompts for login. I cannot see any properties on the XPage or the Custom Control I’m using to define this, and if I add an ACL property to grant access to Anonymous, the XPage throws an error in the logs “HTTP JVM: SEVERE: CLFAD####E: Error processing request”.
Does anyone have any ideas? If it is not possible at the moment, confirmation would be useful.
I would prefer being able to avoid managing this with a separate database where Anonymous has Author access or forcing users to log in.
Thanks
Paul Withers