On Tue, 09 Jun 2015 14:05:49 -0300, Stephen Nutbrown <steves...@gmail.com> wrote:

Hi,

Hi!

Object onUploadException(FileUploadException ex) {
message = "The file is too large, please resize it to be less than 500kb.";
    return this;
}

Never return "this" in an event handler unless you want to force a redirection. Return null or void.

--
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