How should then onActivate and onPassivate look like? When I use onActivate(Client client) - it's not invoked at all. I know I can put search and results on the same page - even almost decided to do so but thought that's stupid that I need to change my vision because I'm not able to sth that seemed to be easy - it normally takes me few mins do to it in JSF or Struts, so why not in Tapestry.
Thiago H. de Paula Figueiredo wrote: > > Em Tue, 06 Oct 2009 13:45:47 -0300, 976 <amsc...@gmail.com> escreveu: > >> It's just: >> http://localhost:9999/crm/client/listclients >> >> in SearchClient on submit button I run: >> Object onSuccess() { >> listClients.setClient(client); >> return listClients; >> } > > The onActivate() and onPassivate() methods must be in ListClients. By the > way, why don't you put the form and the result in the same page? That's > the approach I use almost all the time. > > -- > 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 > > > -- View this message in context: http://www.nabble.com/passing-values-between-pages-%28search--%3E-result%29-tp25765698p25773281.html Sent from the Tapestry - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org