Why does getPage() return null?
Because it does this:
if (page == null && pageClass != null && !requestCycle.getRedirect())
{
page = newPage(pageClass, requestCycle);
}
return page;
and the page == null.. but the pageClass shouldn't be null and it shouldn't
be
Hi all,
I've got a problem when my application session expire, an NPE is threw
with the following stack trace.
ERROR - RequestCycle -
java.lang.NullPointerException
at
wicket.request.target.component.BookmarkableListenerInterfaceRequestTarget.processEvents(BookmarkableListener