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