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!

Refresh table in a jsf page

2633702Dec 25 2015 — edited Dec 25 2015

hello experts

I have an issue with refreshing table :

i have an entity named 'dossier' from this entity i select some 'dossier'  with specific conditions:

for exple the table a in the page 'A' shows all dossier where etat='en cours'

and the table b in the Page 'B' shows all dossier where etat='TEMP'

the isssue here is when  i change the etat of a row in the seconde table ,tha means when i select a row and make etat='en cours' with a merge function,it didn't appeare in the first tabe,


i'm tryed to refresh it with iteratorbinding.excutequery() it works for the the table dossier temp that means the modified row is diseappeard but not it didn't appeare in the first table.


i can't add a partial trigger coz the two table are not on the same page,and i can't use the iterator of the first page (NULL POINTER EXCEPTION)..


i'm using jdeveloper 12.1.3.0.0, ejb and jpa and jsf pages for the interaction with users and oracle db11g for the database

This post has been answered by Timo Hahn on Dec 25 2015
Jump to Answer
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Jan 22 2016
Added on Dec 25 2015
6 comments
1,601 views