renoth commented on code in PR #1033:
URL: https://github.com/apache/wicket/pull/1033#discussion_r1933431919


##########
wicket-core/src/main/java/org/apache/wicket/markup/html/form/Form.java:
##########
@@ -757,7 +741,7 @@ public final boolean isSubmitted()
        @Override
        public final void onRequest()
        {
-               onFormSubmitted(null);
+               onFormSubmitted(findSubmitter());

Review Comment:
   This might only influence Tests because in reality the user could not click 
a button that is not visible



-- 
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: [email protected]

For queries about this service, please contact Infrastructure at:
[email protected]

Reply via email to