On Tue, 16 Oct 2012 10:26:10 -0300, Lance Java <lance.j...@googlemail.com> wrote:

On second thought, return this (aka the current page instance)

I wouldn't return 'this', as it always forces a redirect, and that's not what you want in all cases, specially inside onActivate() methods.

George, I think there's no reason to use PageRenderLinkSource to redirect to the same page at all. Just return null or make your method return void in your event handler methods.

--
Thiago H. de Paula Figueiredo

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to