Em Thu, 15 Jan 2009 16:58:10 -0300, Sid Ferreira <sid....@gmail.com> escreveu:

    Object onSuccess() {
      //    new Exception("E..." + dsQuery).printStackTrace();
      return this;
    }

Never return "this" in a event handler method. This leads to loss of field values when they are not persisted in the session.

--
Thiago H. de Paula Figueiredo
Independent Java consultant, developer, and instructor
http://www.arsmachina.com.br/thiago

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

Reply via email to