Github user martin-g commented on a diff in the pull request:

    https://github.com/apache/wicket/pull/223#discussion_r129394921
  
    --- Diff: 
wicket-core/src/main/java/org/apache/wicket/markup/head/ResourceAggregator.java 
---
    @@ -353,6 +353,7 @@ private void renderCombinedEventScripts()
                }
                if (combinedScript.length() > 0)
                {
    +                   
combinedScript.append("\nWicket.Event.publish(Wicket.Event.Topic.AJAX_TIMERS_BOUND);");
    --- End diff --
    
    How do you know that any timers are in the response ?
    It looks to me that this event is published no matter whether there are 
timer behaviors in use or not.


---
If your project is set up for it, you can reply to this email and have your
reply appear on GitHub as well. If your project does not have this feature
enabled and wishes so, or if the feature is enabled but not working, please
contact infrastructure at [email protected] or file a JIRA ticket
with INFRA.
---

Reply via email to