On Tue, 16 Oct 2012 10:26:10 -0300, Lance Java <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to