When we using JavaScript with ADF, the AdfPage.PAGE.findComponentByAbsoluteId() and AdfPage.PAGE.findComponent() are useful. -> Search by the component ID – use findComponentByAbsoluteId function -> Search in component that stamps its children – use findComponentByAbsoluteLocator function Relative Search -> Use findComponent function. This function searches the component clientId which can be renderer implementation specific. you can write [...]
