Thiago H de Paula Figueiredo wrote:
>
>
> You're triggering your own event here, so what happens after your handler
> method is exactly what you put inside your implementation of the
> ComponentEventcallback's handleResult() method. Try @Inject'ing into your
> component class ComponentEven
Hi,
I have problem with replacing one custom component with another one via
AJAX, using zone component. Replacing first component with second should
happen on action inside first component.
On parent page i have one block(with second component inside him) , zone
component and first component insi