I'm developing an xpage application that runs in a browser. I have a repeat control that generates a list of unids so each row can display an associated document. When the row document is put in edit mode, the fields are editable, as expected. If a user types in some values and then decides to cancel the edit and switch back to readonly mode, the values do not disappear. So, it appears that the values were saved, when in fact, they were not.
What do I need to do to reset the fields that may have been edited? I tried both a partial update of the row panel and even a full update, but neither will reset the fields when the row doc is put in edit mode again.
Please point me in the right direction.