Re: 1.5: How to get Page instance from RequestCycle in IRequestCycleListener

2011-09-05 Thread Martin Grigorov
See how org.apache.wicket.protocol.http.RequestLoggerRequestCycleListener does this. On Sat, Sep 3, 2011 at 4:35 AM, wrote: > Hi, > > in 1.4, I could get the last page instance with > WebRequestCycle#getResponsePage() > > > In 1.5, I cannot find org.apache.wicket.Page instances, only > IRequesta

1.5: How to get Page instance from RequestCycle in IRequestCycleListener

2011-09-02 Thread bht
Hi, in 1.4, I could get the last page instance with WebRequestCycle#getResponsePage() In 1.5, I cannot find org.apache.wicket.Page instances, only IRequestablePage, and this indirectly via (RenderPageRequestHandler)getActiveRequestHandler() Any help is appreciated. Kind Regards, Bernard