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!

Duplicate records issue with in UI table page?

1012433Sep 5 2013 — edited Sep 7 2013

Hi All,

I am using jdev11.1.1.7

I have one UI page with two tabs one is for table data  and another is form data in second tab having two actions save and insert,

when I click on insert and without entering any data and go back to first tab of table data in table empty records are coming..

I need insert without saving no need to coming empty records in table when shift the first tab automatically refresh  table with out getting any

empty records ..

I follow this programmatic approach for inserting

    public void performCreateInsert(BindingContainer bindings) {

        // Add event code here...

        System.out.println("In Add method");

        // this.performRefresh();

        OperationBinding operationBinding =

            (OperationBinding)bindings.getOperationBinding("CreateInsert");

        Object result = operationBinding.execute();

        // do not forget to handle the errors here.

}

can any body help me out this..

Thank You.


Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Oct 5 2013
Added on Sep 5 2013
4 comments
390 views