On Fri, 27 May 2011 16:25:11 -0300, hese <1024h...@gmail.com> wrote:

Hi,

Hi!

Value2 in the second control and load the page accordingly.  I've
implemented this by overriding onActivate(EventContext ec)

What do you mean by overriding? Do you have a base page class?

But what happens when the user does not manipulate the url? I still want the URL to have the currently selected values. (like the user logs in and goes to /mypage (the default page after login) I want the URL to automatically
become - /mypage/Value3/Value4)

The onPassivate() method should be in the page that will receive the context (in the other words, the page to which you're redirecting). In this case, MyPage.

--
Thiago H. de Paula Figueiredo
Independent Java, Apache Tapestry 5 and Hibernate consultant, developer, and instructor
Owner, 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