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/06/26 04:39:46 UTC

svn commit: r550662 - in /incubator/wicket/trunk: jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java pom.xml

Author: ivaynberg
Date: Mon Jun 25 19:39:45 2007
New Revision: 550662

URL: http://svn.apache.org/viewvc?view=rev&rev=550662
Log:
initial checkin of quickstart archetype

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

Modified: incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java?view=diff&rev=550662&r1=550661&r2=550662
==============================================================================
--- incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java (original)
+++ incubator/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/markup/html/form/AbstractSingleSelectChoice.java Mon Jun 25 19:39:45 2007
@@ -188,7 +188,9 @@
 	 * Converts submitted choice id string back to choice object.
 	 * 
 	 * @param id
-	 * @return choice object
+	 *            string id of one of the choice objects in the choices list.
+	 *            can be null.
+	 * @return choice object. null if none match the specified id.
 	 */
 	protected Object convertChoiceIdToChoice(String id)
 	{

Modified: incubator/wicket/trunk/pom.xml
URL: http://svn.apache.org/viewvc/incubator/wicket/trunk/pom.xml?view=diff&rev=550662&r1=550661&r2=550662
==============================================================================
--- incubator/wicket/trunk/pom.xml (original)
+++ incubator/wicket/trunk/pom.xml Mon Jun 25 19:39:45 2007
@@ -75,6 +75,7 @@
 				<module>jdk-1.5/wicket-jmx</module>
 				<module>jdk-1.5/wicket-objectssizeof-agent</module>
 				<module>jdk-1.5/wicket-examples</module>
+				<module>archetypes/quickstart</module>
 			</modules>
 			<build>
 				<plugins>