Hello All, I have a little question....
How can I access the instance's values from a javascript function in real time
I know I can access the values via XForms input element, like
http://wiki.orbeon.com/forms/doc/developer-guide/xforms-javascript-integrationI've alreay read
http://discuss.orbeon.com/Accessing-XForms-instance-from-JavaScript-read-only-td2172760.htmlbut when I update the XML instance and get it printed (by ORBEON.xforms.Document.getValue(idControl)), it shows just the old value and not the new value that are already updated.
Thank you all!