You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@wicket.apache.org by jb...@apache.org on 2007/06/23 12:33:37 UTC

svn commit: r550028 - /incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java

Author: jbq
Date: Sat Jun 23 03:33:33 2007
New Revision: 550028

URL: http://svn.apache.org/viewvc?view=rev&rev=550028
Log:
Improve Javadoc for wantOnSelectionChangedNotifications() mentioning the
"onchange" JavaScript event.  Reported by Timo Rantalaiho.

Modified:
    incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java?view=diff&rev=550028&r1=550027&r2=550028
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/DropDownChoice.java Sat Jun 23 03:33:33 2007
@@ -214,7 +214,8 @@
 	 * onSelectionChanged being called. This method returns false by default. If
 	 * you wish to use Ajax instead, let
 	 * {@link #wantOnSelectionChangedNotifications()} return false and add an
-	 * {@link AjaxFormComponentUpdatingBehavior} to the component.
+	 * {@link AjaxFormComponentUpdatingBehavior} to the component using the
+	 * <tt>onchange</tt> event.
 	 * 
 	 * @return True if this component's onSelectionChanged event handler should
 	 *         called using javascript if the selection changes