Hi Gary,

here is a blog entry of me to that:
http://www.jroller.com/page/mwessendorf?entry=using_extendedrenderkitservice

The code is only in the donated code, not the downloadable ADF FACES

Thx,
Matthias

On 2/1/07, Gary VanMatre <[EMAIL PROTECTED]> wrote:
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



--
Matthias Wessendorf
http://tinyurl.com/fmywh

further stuff:
blog: http://jroller.com/page/mwessendorf
mail: mwessendorf-at-gmail-dot-com

Reply via email to