On Sun, 13 Jul 2014 04:44:04 -0300, Geoff Callender <geoff.callender.jumpst...@gmail.com> wrote:

By returning "this" you're doing a page refresh, which is an HTTP 302 redirect, instead of an AJAX response.

So never return "this" in an event handler method unless you're really sure you want to force a full page refresh, and in almost 99% of the time you don't. :)

--
Thiago H. de Paula Figueiredo
Tapestry, Java and Hibernate consultant and developer
http://machina.com.br

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

Reply via email to