Skip to Main Content

Java Development Tools

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Input Form Using Popup

kchemwenoJun 27 2017 — edited Jun 30 2017

My JDeveloper version is 12c

I am trying to insert data in database table using a popup and adf Table.

I want that when I click on a button (Update DA), a popup shows up that has a blank form where I input my data and click on O.K button (commit) to commit data into the database.

My issue at the moment is that when I launch the popup, the blank form shows with validation errors and the table already has a blank row showing on the ADF table.

What do I need to do so that the validation errors don't show up until I click on O.K (commit) button?

The form is a bounded task flow rendered as a region.

create_insert.png

Task flow;

task_flow_insert_DA.png

Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jul 28 2017
Added on Jun 27 2017
6 comments
322 views