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!

Refreshing the region in adf

User_EYDARJan 16 2014 — edited Jan 16 2014

Hi All,

I have one use case where I am using the adf region.In the adf region(It contains one table,one button and one pop up).The pop up component which will be called once we press the button.This pop up has the ability to add the new row in the table and it does so.

The only problem is that when we return from the pop up.It does not display the newly added row.that is the region is not getting refreshed.

Can you please tell me how to refresh the region/table once we done with the pop up dialogue.

Thanks,

Harsh

Comments

Nitish_Potti

Can you try doing an executeQuery and programmatic ppr on the table vo on close of the popup or on commit?

Thanks

Nitish.

User_EYDAR

Hi,

I have tried this thing.The data has been committed to database and when doing the partial page rendering it doing nothing as it is in the region.I have also find the id of the table from the dialogue listener doing the ppr but it does not make any effect. Is this the same way you want me to do so.

any other approach to do it??

Nitish_Potti

Can u try this?

yourRegionBinding.refresh(FacesContext.getCurrentInstance());

1 - 3
Locked Post
New comments cannot be posted to this locked post.

Post Details

Locked on Feb 13 2014
Added on Jan 16 2014
3 comments
177 views