}
catch (NullPointerException e)
{
// Ignore
}
add(new PageView("page", entry == null ? null : entry.getPage()));
add(new Image("bug", new ResourceReference(InspectorPage.class, "bug.png")));
add(new BookmarkablePageLink<Void>("allsessions", LiveSessionsPage.class));
add(new Label("wicketVersion", getApplication().getFrameworkSettings().getVersion()));
}