mira-silhavy commented on code in PR #1186: URL: https://github.com/apache/wicket/pull/1186#discussion_r2167323973
########## wicket-core/src/main/java/org/apache/wicket/markup/html/form/Form.java: ########## @@ -1986,7 +1986,7 @@ protected final void validateFormValidator(final IFormValidator validator) } // check if the dependent component is visible and is attached to // the page - else if (!dependent.isVisibleInHierarchy() || !dependent.isEnabledInHierarchy() || !dependent.isFormParticipant()) Review Comment: Hi @papegaaij, @martin-g I've pushed a fix to an older test. So that it does not return null from getDependentFormComponents. -- 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