On 4/27/06, Neuman, Ben J., A&M IRM <[EMAIL PROTECTED]> wrote: > I see. Let me give something like this a try. But first, one question: when > in the lifecycle would setMyComponent() get called?
I'm not an expert on this, but I believe setBinding called during renderResponse right after the component is created and initialized. I think getbinding is called before the component is created. Looking at the JSF spec is probably your best bet short of setting breakpoints.

