Exactly what I needed.

On Mon, Mar 8, 2010 at 12:04 PM, Igor Vaynberg <[email protected]> wrote:
> yes it is intended. you are not really meant to mock with the class
> because the listener is called before the constructors of your
> subclasses have finished.
>
> there are listeners you can use that are called in onbeforerender of
> components where you can mock with the actual component instance, not
> just the class.
>
> -igor
>
>
> On Mon, Mar 8, 2010 at 8:36 AM, Ben Tilford <[email protected]> wrote:
>> I ran into an issue with a Component Instantiation Listener because the
>> listener is notified before setModelImpl is called. Is this the intended
>> behavior? It limits what you can do in your listener quite a bit.
>>
>
> ---------------------------------------------------------------------
> To unsubscribe, e-mail: [email protected]
> For additional commands, e-mail: [email protected]
>
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to