martin-g commented on code in PR #1033:
URL: https://github.com/apache/wicket/pull/1033#discussion_r1933473762
##########
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:
The best would be to send a PR with a fix and a test!
--
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]