/** {@inheritDoc} */
public void respond(IRequestCycle requestCycle)
{
PageRenderer renderer = Application.get().getPageRendererProvider().get(this);
renderer.respond((RequestCycle)requestCycle);
}
public final boolean isPageInstanceCreated()
{
// FIXME wicket.next remove the workaround for page providers that dont implement the