Re: [PR] Expand error messages in Component class [wicket]

2024-06-18 Thread via GitHub
martin-g commented on code in PR #894: URL: https://github.com/apache/wicket/pull/894#discussion_r1644389731 ## wicket-core/src/main/java/org/apache/wicket/Component.java: ## @@ -2478,7 +2478,8 @@ protected final void internalRenderComponent() if

[PR] Expand error messages in Component class [wicket]

2024-06-18 Thread via GitHub
kbachl opened a new pull request, #894: URL: https://github.com/apache/wicket/pull/894 The error messages in the Component class have been augmented with more detailed information. These include class type, parent markup ID, parent relative path, and the original URL. This is to give a more