Re: Rendering Custom Component via Zone

2011-10-21 Thread Times2
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

Rendering Custom Component via Zone

2011-10-19 Thread Times2
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