In Trinidad, you can add script using the following code snippet:

ExtendedRenderKitService service = (ExtendedRenderKitService) Service
                .getRenderKitService(facesContext,
                        ExtendedRenderKitService.class);

service.addScript(facesContext, "alert('Hi');");


How would you do this with the Oracle ADF API?

Thanks,
   Gary

Reply via email to