On Sun, 20 Jan 2008, [EMAIL PROTECTED] wrote: > in a call back, I'd like to setResponsePage(<A Page that had been > displayed/created already>) for example, redisplay the home page > without having to do things like setResponsePage(new > HomePage(params)), rather, I'd like to retrieved the HomePage object > that has already been created when user accessed it the first time. > Basically how to locate the page object based on class/link name.
Maybe you can just store the reference to the Page object? Though somehow it would need to be updated if a new instance is being created. Best wishes, Timo -- Timo Rantalaiho Reaktor Innovations Oy <URL: http://www.ri.fi/ > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
