Submitted by Robert F Harwood on Jan 13, 2012 10:39:04 AM

Re: What is the difference between the "NotesXspDocument" and "NotesDocument" class in XPages?

needs formatting checked

Submitted by Rod Weaver on Oct 8, 2011 11:41:22 AM

Re: What is the difference between the "NotesXspDocument" and "NotesDocument" class in XPages?

So, in a virtual sense, the NotesXspDocument is the document as it exists in the browser as the user is working in it while the NotesDocument is the actual document on the server? Is that a practical way of looking at it?

In other words, NotesXspDocument.setValue("itemname") will set the value of the "field" in the browser but may not update the field in the in the NotesDocument iF the form is never submitted. Is that correct?