How is the binding of an input control via JavaScript supposed to work? Don't I need two pieces of JavaScript code, one to define how to do a Get to load the value and another to do a Set when the value has changed? When I select this option I …
Domino Development / XPagesShow Correct Answer...Hide Answer...
JavaScript binding is *not* bidirectional, so it is only for read only. Bi directional biding is achieved using EL, as the EL expression refers to a property which can be get/set.