On Tue, 09 Jun 2015 14:05:49 -0300, Stephen Nutbrown <[email protected]> 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: [email protected]
For additional commands, e-mail: [email protected]

Reply via email to