In regards to "how to do this with the Oracle code", you need to go
to OTN or Oracle Support.... this list covers Trinidad. Sorry...
-- Adam
On 6/21/06, Adam Winer <[EMAIL PROTECTED]> wrote:
addScript() is new to Trinidad, yes.
-- Adam
On 6/21/06, Anthony Yulo <[EMAIL PROTECTED] > wrote:
>
> I got this from Matthias Wessendorf's Weblog:
>
>
>
> FacesContext facesContext = FacesContext.getCurrentInstance();
> ExtendedRenderKitService service = (ExtendedRenderKitService)
> Service.getRenderKitService(facesContext, ExtendedRenderKitService.class
> );
> service.addScript(facesContext,
> "alert('Script added by ExtendedRenderKitService')");
> //do real logic
> return ("success");
>
>
>
> I tried this code on a Licensed ADF Faces and I found out that there is
> no
> adscript in the ExtendedRenderKitService.
>
> So I'm thinking maybe this is different from the Trinidad open-source
> version?
>
>
>
>
>
> If so, how can I implement this using the licensed ADF Faces? Can you
> point
> me to the right direction?
>
>
>
> Regards,
>
>
>
> Anton
>
>
>
> *************The information transmitted is intended only for the person
> or
> entity to which it is addressed and may contain confidential and/or
> privileged material. Any review,retransmission,dissemination or other
> use
> of, or taking of any action in reliance upon, this information by
> persons or
> entities other than the intended recipient is prohibited. If you
> received
> this in error, please contact the sender and delete the material from
> any
> computer.*********************
>
>