Yes, but AFAIR there could be multithreading issues if you share a page object among differents threads. Am I wrong?
Regards. On Thu, Aug 18, 2011 at 4:26 PM, Hans Lesmeister < [email protected]> wrote: > > The link's action is to setResponsePage(MyPage.class), but that creates a > > new object. Suppose we were keeping all our Page objects in a Session. Is > > there a way to setResponsePage() to an existing Page instance? > > You can replace or extend the DefaultPageFactory (IPageFactory) > > Regards > Hans > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [email protected] > For additional commands, e-mail: [email protected] > > -- Mauro Ciancio http://about.me/maurociancio
