Thiago H. de Paula Figueiredo wrote: > 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.
Thanks, that sorted it. Andy -- Dr Andy Buckley Institute for Particle Physics Phenomenology Durham University 0191 3343798 | 0191 3732613 | www.insectnation.org --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org