I am thoroughly new to the Oracle ADF technology. I have dropped an entity view object from the Data Control Palette to a jspx page, and created an adf creation form from it. I am not understanding how the information input in the form will reflect in the database. Pls help.
PS: The new row is getting added in the adf read-only table which I have added on the same page
create insertoperation from view object under your data control . Also Drag and drop commit button to the page . Now Run your .jspx page , click on createinsert button , enter the values and click on commit page , the data will be saved to the database - Sam