Em Mon, 18 May 2009 13:31:43 -0300, Andy Buckley <andy.buck...@durham.ac.uk> escreveu:

One final, final (I hope) thing: the decoded context appears to be
shared between pages using the same session,

They aren't. Maybe you're populating persisted fields . . .

    private Map<String,String> _params = new TreeMap();

. . . or falling in the initialized page fields trap. :) *Never* initialize page or component fields in their declaration, as Tapestry pools page and instance objects and their initial values are restored when an instance is used for another request.

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