theigl commented on a change in pull request #437: URL: https://github.com/apache/wicket/pull/437#discussion_r433166508
########## File path: wicket-core/src/main/java/org/apache/wicket/ajax/AjaxEventBehavior.java ########## @@ -119,11 +119,16 @@ protected void updateAjaxAttributes(AjaxRequestAttributes attributes) */ public String getEvent() { + if (event.indexOf(' ') == -1) Review comment: I will extract a constant for the separator and use it in both places. ---------------------------------------------------------------- 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. For queries about this service, please contact Infrastructure at: us...@infra.apache.org