Author: mgrigorov
Date: Mon Sep 26 11:43:20 2011
New Revision: 1175807

URL: http://svn.apache.org/viewvc?rev=1175807&view=rev
Log:
Correct the name of the behavior.


Modified:
    
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ClockPage.html

Modified: 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ClockPage.html
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ClockPage.html?rev=1175807&r1=1175806&r2=1175807&view=diff
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ClockPage.html
 (original)
+++ 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ClockPage.html
 Mon Sep 26 11:43:20 2011
@@ -1,11 +1,11 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <wicket:extend xmlns:wicket="http://wicket.apache.org";>
 
-This example demonstrates a AjaxSelfUpdatingBehavior.
+This example demonstrates a AjaxSelfUpdatingTimerBehavior.
 This behavior can be attached to any component to make it update itself every 
x number of milliseconds.
 The clock below is updated every five seconds.
 
 <br/><br/>
 The server time now is: <span wicket:id="clock" style="border: 3px solid red; 
padding: 10px;">[clock]</span>
 
-</wicket:extend>
\ No newline at end of file
+</wicket:extend>


Reply via email to