renoth commented on code in PR #928: URL: https://github.com/apache/wicket/pull/928#discussion_r1704499892
########## wicket-core/src/main/java/org/apache/wicket/core/request/handler/ListenerInvocationNotAllowedException.java: ########## @@ -52,7 +52,8 @@ private static String detail(Component component, StringBuilder detail = new StringBuilder("Component: ").append(component.toString(false)); if (behavior != null) { - detail.append(" Behavior: ").append(behavior.toString()); + detail.append(" Behavior: ").append(behavior); + detail.append(" Path: ").append(component.getPath()); Review Comment: done -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe, e-mail: commits-unsubscr...@wicket.apache.org For queries about this service, please contact Infrastructure at: us...@infra.apache.org