On Mon, May 18, 2009 at 11:19 AM, Andy Buckley <andy.buck...@durham.ac.uk> wrote: > public EventContext onPassivate(EventContext context) { > return context; > }
In onPassivate(), you should return the activation context value for that page request (i.e. the value you pass to the context parameter of PageLink). In your case, it will be a List or Map and could be a String or Integer, for example,, but not an EventContext. -- Thiago --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org