You can run IQJam in your company on your Domino server. Learn how...
Username: Password:
Reset Password | Register
 
Home | Leader Board | Tags | Help
What happens when I bind a DataSource using JavaScript? 
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 only get the option to enter a single piece of code.  Do XPages only support a Get - i.e. this is only really useful for display-only controls such as Labels and Computed Fields?
Domino Development / XPages
Tagged
Peter Presnell - 8 months ago |  |  | Viewed 162 times

There is 1 Answer

1votes
Marked as correct on: 1/12/10 9:13 AM
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.


Paul Hannan - 8 months ago | 
Voting
Vote on the answer to show whether you think the answer is correct or useful to the rest of the community.

Answers with more votes are more visible to the rest of the community


 

Latest Answers for Domino Development / XPages