Em Thu, 10 Sep 2009 01:18:11 -0300, Xuan Tran Le <lexuanttk...@gmail.com> escreveu:

---------- B class -------------
@InjectPage
private C c;//page C

Object onActivate() {
   return c;
}

This should do the redirection. If not, try making your onActivate method public. You could also return C.class. All you need to know about page navigation (including redirects) is here: http://tapestry.apache.org/tapestry5.1/guide/pagenav.html

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