java.lang.UnsupportedOperationException No Data In this Entry Error
java.lang.UnsupportedOperationException: No Data In this Entry
you may face this error in your adf page when trying to update a record in a table or a even a form.
this error may happens because you set the global setting
in adf-config.xml PPR to none.
In this case you must change the "Change Event Policy" property for all
the iterators in evey page definition to DEFAULT
make sure you select "Rest to Default"
Comments