After Migration To ADF 12c AdfPage.PAGE.findComponentByAbsoluteLocator() API Does No Longer Work
(Doc ID 2692639.1)
Last updated on NOVEMBER 01, 2024
Applies to:
Oracle JDeveloper - Version 12.1.2.0.0 and laterInformation in this document applies to any platform.
Symptoms
An ADF application has a page with an <af:table> component. One of the <af:column>s of the table is a <af:selectBooleanCheckbox> component.
In the specific, the code for the table is
ACTUAL BEHAVIOR
-------------------------
After migrating the application to ADF 12c, the call to
AdfPage.PAGE.findComponentByAbsoluteLocator()
returns "null", while it used to return the proper component's reference when ADF 11g was used.
EXPECTED BEHAVIOR
-------------------------
No behavior changes are expected after the migration.
Changes
Cause
To view full details, sign in with your My Oracle Support account. |
|
Don't have a My Oracle Support account? Click to get started! |
In this Document
Symptoms |
Changes |
Cause |
Solution |
References |