Hey,I’m currently working on a xpage project. We’re migrating this project from 8.5.0 to 8.5.1 FP2.
This is globally going fine, but i m experiencing a bug if i create a new document in our application immediately after login, and play with its partial refresh events.
All works fine till i get a “Reference error: ‘dsEditedDocument’ not found” error.
dsEditedDocument is our datasource, and i m in the exact same context as a known 8.5.1 bug : http://www-10.lotus.com/ldd/r5fixlist.nsf/aea89d35b7b15e1d852570c900569691/de980e872fa86a59852576ce00108495?OpenDocument
we have a xpage, a container custom control with facet, opening a custom control in edition (document in edition where dsEditedDocument datasource is defined), opening another custom control in edition (document in edition special features like tags and so on where dsEditedDocument is also used).
Anyone else faced something like this? Looks like my datasource is undefined sometimes (it s a very random bug, but always happening immediately after login)?
Thanks.