I’m working with Oracle ADF and I can not get a simple feature, practically, the value of an input box (from a binding) must be stored on the database in a table other than the original? How do I go about using the ADF? Do you have ideas, example?
Share
maybe create a separate EO/VO for the other table and simply copy the value from one bound field to another? I assume you have a button to commit changes. The backing bean code could copy the values, or use a setActionListener tied to the button to copy the values.