Em Wed, 25 Nov 2009 17:11:47 -0200, Alfonso Quiroga <alfonsose...@gmail.com> escreveu:

Hi, I have a page and I need the onActivate() method to do things
there, but *only* when it shown to the user.

Use the @SetupRender event instead of onActivate(). It is only triggered when a page is rendered, not being triggered in action requests.

In the page I have a upload (tapestry-upload), and when I upload the
file... onActivate() is called again... :-(
Is there some way to say... "onActivate()" but avoiding events like
file upload, etc..?

No.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor Owner, software architect and developer, Ars Machina Tecnologia da Informação Ltda.
http://www.arsmachina.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