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

Re: Rendering Custom Component via Zone

2011-10-19 Thread Thiago H. de Paula Figueiredo
On Wed, 19 Oct 2011 13:03:03 -0200, Times2 wrote: Hi, Hi! I have problem with replacing one custom component with another one Remember Tapestry doesn't make any difference between components provided by it and components provided by you. ;) via AJAX, using zone component. Replacing