thanks

2007/8/31, Matthias Wessendorf <[EMAIL PROTECTED]>:
>
> hi ryan,
>
> looks like there is a typo in the Java Doc, see the thread.
>
> thx,
> matthias
>
> On 8/31/07, Matthias Wessendorf <[EMAIL PROTECTED]> wrote:
> > send a mail to RI-dev list, I am 100% sure, Ryan will fix it asap.
> >
> > On 8/31/07, Julien Martin <[EMAIL PROTECTED]> wrote:
> > > Do we report it?
> > > J.
> > >
> > > 2007/8/31, Simon Lessard <[EMAIL PROTECTED]>:
> > > > Yep, that's a typo.
> > > >
> > > >
> > > >
> > > > On 8/31/07, Julien Martin < [EMAIL PROTECTED]> wrote:
> > > > > Hello,
> > > > >
> > > > > I am trying to understand how to use the invokeOnComponent method
> (jsf
> > > 1.2)
> > > > >
> > > > > Have a look here and tell me why is says "invokeOnComponent" in
> the
> > > contextcallback and not invokeContextCallback" ???
> > > > >
> > > > > private UIComponent found = null;
> > > > >
> > > > > private void doFind(FacesContext context, String clientId)
> > > > >
> > > > >
> > > > > {
> > > > > context.getViewRoot().invokeOnComponent(context, clientId,
> > > > > new ContextCallback() {
> > > > >
> > > > >
> > > > > public
> > > > > void invokeOnComponent(FacesContext context,
> > > > > UIComponent component) {
> > > > > found = component;
> > > > >
> > > > >
> > > > >
> > > > > }
> > > > > });
> > > > > }
> > > > >
> > > > >
> > > > >
> > > > > Is this a typo?? What I am getting wrong here??
> > > > >
> > > > > Julien.
> > > > >
> > > > > Here:
> > > > >
> > > > >
> > >
> http://java.sun.com/javaee/5/docs/api/javax/faces/component/UIComponent.html
> > > >
> > > >
> > >
> > >
> >
> >
> > --
> > Matthias Wessendorf
> >
> > further stuff:
> > blog: http://matthiaswessendorf.wordpress.com/
> > mail: matzew-at-apache-dot-org
> >
>
>
> --
> Matthias Wessendorf
>
> further stuff:
> blog: http://matthiaswessendorf.wordpress.com/
> mail: matzew-at-apache-dot-org
>

Reply via email to