Skip to content

Commit

Permalink
WICKET-5875 ComponentRenderer.renderComponent() unexpectedly produces a
Browse files Browse the repository at this point in the history
WicketRuntimeException when called with a nested Component which
contains a nested wicket:message
  • Loading branch information
bitstorm authored and martin-g committed Apr 10, 2015
1 parent d611c22 commit 5dec48a
Showing 1 changed file with 1 addition and 1 deletion.
Expand Up @@ -93,7 +93,7 @@ public static CharSequence renderComponent(final Component component)
RenderPage page = new RenderPage(component);
page.internalInitialize();
}

component.render();
}
finally
Expand Down

0 comments on commit 5dec48a

Please sign in to comment.