Em Sat, 28 Nov 2009 09:27:27 -0200, Timo Westkämper <timo.westkam...@mysema.com> escreveu:

Hi.

Hi!

This is a Tapestry beginner's question :

When doing form submissions is the page's activation context submitted and taken into account in the onActivate call or are activationContexts only for navigational requests?

The page activation context is completely independent of form submissions, so it will be taken in account in onActivate() methods.

In my Tapestry application the activationContext is not submitted for form submits. I am using Tapestry 5.1.0.5.

Are you sure your page has an onPassivate() method to return the page activation context value?

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