I have set up a managed bean with help of the following code.
And have connected inputboxes on an XPage to the managed bean.
Now I want to save values from the inputboxes back to the underlying Notes document.
How should I do this? Should I set up a save method in the managed bean and call it via a button?
Example code would be helpful.