Author: mgrigorov
Date: Mon Sep 26 11:53:11 2011
New Revision: 1175812

URL: http://svn.apache.org/viewvc?rev=1175812&view=rev
Log:
Correct the name pf the component.


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

Modified: 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/LazyLoadingPage.html
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/LazyLoadingPage.html?rev=1175812&r1=1175811&r2=1175812&view=diff
==============================================================================
--- 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/LazyLoadingPage.html
 (original)
+++ 
wicket/trunk/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/LazyLoadingPage.html
 Mon Sep 26 11:53:11 2011
@@ -1,7 +1,7 @@
 <?xml version="1.0" encoding="UTF-8" ?>
 <wicket:extend xmlns:wicket="http://wicket.apache.org";>
 
-This example demonstrates the AjaxLazyLoadingPanel
+This example demonstrates the AjaxLazyLoadPanel
 It will lazy load a panel after the page is first fully rendered.
 So panels that can take a while too create can be lazy created
 by an ajax call after the page is rendered.
@@ -9,4 +9,4 @@ by an ajax call after the page is render
 <br/><br/>
 
 <div wicket:id="lazy"></div>
-</wicket:extend>
\ No newline at end of file
+</wicket:extend>


Reply via email to