Hi,
Are you sure that your onActivate method is related to your problem with
event handler not being called?

It can be something quite unrelated.

For example the event handler method can be incorrectly named
(if you are using naming convention),
or with @OnEvent annotation parameters can be wrong.

Another possibility is that 'CardLightBox' itself handles the event.

Best regards,
Cezary

On Thu, Dec 20, 2012 at 5:23 PM, lebenski <ben.titma...@hotmail.co.uk>wrote:

> Inside a component called 'CardLightBox' in EditCube.  When this makes the
> following request:
>
> /editcube.cardlightbox.addcard
>
> The onActivate method kicks in, returning null and my request is not
> fulfilled by the event handler in the page class.
>

Reply via email to