Studio Edition Version 12.2.1.2.0
Hi all,
I have a following error in my application
java.lang.IllegalStateException: ADF_FACES-
60003
:Component with ID: r1:
1
:cb1 not registered
for
Active Data.
at oracle.adfinternal.view.faces.activedata.PageDataUpdateManager.unregisterComponent(PageDataUpdateManager.java:
600
)
I find some way to resolve from Andrejus Baranovskis Blog: Active Data Registration Error in ADF (Some Bugs Never Die)
I change my page def ChangeEventPolicy=ppr to none, but what's the reason for this.Why I cannot use ChangeEventPolicy=ppr and how to set the all component ChangeEventPolicy=none for whole application at one time.(like 11g https://tompeez.wordpress.com/2011/11/16/jdev-11-1-2-1-0-dealing-with-adf_faces-60003-error-component-with-id-r11cb1-not… )