Em Tue, 06 Oct 2009 16:43:29 -0300, 976 <amsc...@gmail.com> escreveu:

Thanks for the reply - I'd have never thought it's stored in context in such way.

The activation context is a concept I only found in Tapestry (don't know about other frameworks).

What If I want to store a collection of clients.

It's not a good idea (not just in Tapestry), specially search results. Pass the parameters only and do the search in the page that shows the results. The activation context is just a better-looking way of passing information between pages without using query parameters (url?parameter1=value1?parameter2=value2).

Anyways, what I do in SearchClient is running the setClient() method of ClientsList, as I suppose it's not being used at all how is the data supposed to be placed in this
EventContext? How should I put in in my SearchClient.java?

I'm sorry, I'm not following you. Please post what you want to do, not how to implement it.

And one more thing if I can still bother you, when is exactly onPassivate() called?

Everytime Tapestry needs to generate an URL for a given page.

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