You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by iv...@apache.org on 2007/08/24 23:24:27 UTC

svn commit: r569529 - /wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ChoicePage.html

Author: ivaynberg
Date: Fri Aug 24 14:24:26 2007
New Revision: 569529

URL: http://svn.apache.org/viewvc?rev=569529&view=rev
Log:
fixed copy/paste description

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

Modified: wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ChoicePage.html
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ChoicePage.html?rev=569529&r1=569528&r2=569529&view=diff
==============================================================================
--- wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ChoicePage.html (original)
+++ wicket/trunk/jdk-1.5/wicket-examples/src/main/java/org/apache/wicket/examples/ajax/builtin/ChoicePage.html Fri Aug 24 14:24:26 2007
@@ -1,8 +1,8 @@
 <wicket:extend>
 
-This example demonstrates a AjaxSelfUpdatingBehavior.
-This behavior can be attached to any component to make it update itself.
-The clock below is updated every five seconds.
+This example demonstrates a AjaxFormComponentUpdatingBehavior.
+
+Whenever the Make select box value is changed it will submit the new value to server via ajax and update the choices in the Model select box.
 
 <br/><br/>
 <form wicket:id="form">