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

svn commit: r521578 - /incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/wicket/extensions/markup/html/form/select/SelectOptions.java

Author: ehillenius
Date: Thu Mar 22 21:23:09 2007
New Revision: 521578

URL: http://svn.apache.org/viewvc?view=rev&rev=521578
Log:
fix for removed method

Modified:
    incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/wicket/extensions/markup/html/form/select/SelectOptions.java

Modified: incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/wicket/extensions/markup/html/form/select/SelectOptions.java
URL: http://svn.apache.org/viewvc/incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/wicket/extensions/markup/html/form/select/SelectOptions.java?view=diff&rev=521578&r1=521577&r2=521578
==============================================================================
--- incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/wicket/extensions/markup/html/form/select/SelectOptions.java (original)
+++ incubator/wicket/branches/wicket-1.x/jdk-1.4/wicket-extensions/src/main/java/wicket/extensions/markup/html/form/select/SelectOptions.java Thu Mar 22 21:23:09 2007
@@ -78,8 +78,13 @@
 		return this;
 	}
 
-	protected void onBeginRequest()
+	/**
+	 * @see wicket.Component#onAttach()
+	 */
+	protected void onAttach()
 	{
+		super.onAttach();
+
 		if (size() == 0 || recreateChoices)
 		{
 			// populate this repeating view with SelectOption components