i think this method should be removed from Page, for code that needs access to a page you can use onInitialize() for one-time code and onConfigure() for every request.
-igor On Sun, Mar 6, 2011 at 7:33 PM, Robin Shine <[email protected]> wrote: > Hi All, > We rely on this method to store the page instance being processed into a > thread local so that we can easily get current page even from component > constructors. In 1.4 this method is invoked after page is retrieved from > session store for example when click an ajax link on the page. However in 1.5 > it never gets called. Is this expected behavior or should I go ahead to > create a bug? > ThanksRobin --------------------------------------------------------------------- To unsubscribe, e-mail: [email protected] For additional commands, e-mail: [email protected]
