On Tue, 16 Feb 2010 03:42:30 -0200, Yohan Yudanara <yohan.yudan...@gmail.com> wrote:

Hi..

Hi!

My question is:
can I execute above scenario without persisting searchParam in Session ?

Use the search text as the page activation context. Something like:

public void onActivate(String search) {
        searchParam = search;
}

public String onPassivate() {
        return searchParam;
}

This way, it's like you're persisting the search param in the URL.

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