Dear sir/madam,
I have a xpage which containes amongst other things a hidden input component. The value of this component is calculated using client side javascript. There is a data binding between this hidden input and a field on the notes document data source.
When I click the save button I first do a data gathering using client side javascript and return true so the server side can save the document to notes.
The document is saved but for some reason the value which is calculated in the hidden field is not updated and is empty. What could be the cause of this and is it even possible to do such things?