This is an automated email from the ASF dual-hosted git repository.

reiern70 pushed a change to branch wicket-9.x
in repository https://gitbox.apache.org/repos/asf/wicket.git


    from bc29d81c31 removed release.out
     add 70e745d3ac [WICKET-7048] AjaxClientInfoBehavior is AJAX timer based. 
This seems not to work reliable in all situations. We add a 
AjaxOnDomReadyClientInfoBehavior that uses DOMREADY and seems to work more 
reliable.

No new revisions were added by this update.

Summary of changes:
 ....java => AjaxOnDomReadyClientInfoBehavior.java} | 47 +++++++---------------
 .../AjaxHelloBrowserOnDomReady.html}               |  2 +-
 .../AjaxHelloBrowserOnDomReady.java}               | 12 +++---
 .../HelloBrowserOnDomReadyApplication.java}        |  6 +--
 .../apache/wicket/examples/homepage/HomePage.html  |  1 +
 wicket-examples/src/main/webapp/WEB-INF/web.xml    | 16 ++++++++
 6 files changed, 41 insertions(+), 43 deletions(-)
 copy 
wicket-core/src/main/java/org/apache/wicket/ajax/{AjaxClientInfoBehavior.java 
=> AjaxOnDomReadyClientInfoBehavior.java} (75%)
 copy 
wicket-examples/src/main/java/org/apache/wicket/examples/{ajaxhellobrowser/AjaxHelloBrowser.html
 => ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.html} (84%)
 copy 
wicket-examples/src/main/java/org/apache/wicket/examples/{ajaxhellobrowser/AjaxHelloBrowser.java
 => ajaxhellowbrowserondomready/AjaxHelloBrowserOnDomReady.java} (92%)
 copy 
wicket-examples/src/main/java/org/apache/wicket/examples/{ajaxhellobrowser/HelloBrowserApplication.java
 => ajaxhellowbrowserondomready/HelloBrowserOnDomReadyApplication.java} (84%)

Reply via email to