Re: Rendering Custom Component via Zone

2011-10-21 Thread Times2
apper(componentEventResultProcessor); boolean onSuccessFromSignInForm() { componentResources.triggerEvent("DesiredMethodName", null, callback); } -- View this message in context: http://tapestry.1045711.n5.nabble.com/Rendering-Custom-Component-via-Zone-tp49181

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

Rendering Custom Component via Zone

2011-10-19 Thread Times2
} return false; } }; Best regards -- View this message in context: http://tapestry.1045711.n5.nabble.com/Rendering-Custom-Component-via-Zone-tp4918130p4918130.html Sent from the Tapestry - User mailing list archive at Nabble.com. -