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 2008/04/07 18:54:07 UTC

svn commit: r645612 - /wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

Author: ivaynberg
Date: Mon Apr  7 09:54:05 2008
New Revision: 645612

URL: http://svn.apache.org/viewvc?rev=645612&view=rev
Log:
prefix ids with "id" not "i" because since we use hex counter there is a chance to generate id of "id" which causes problems on explorer

Modified:
    wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java

Modified: wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java
URL: http://svn.apache.org/viewvc/wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java?rev=645612&r1=645611&r2=645612&view=diff
==============================================================================
--- wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java (original)
+++ wicket/trunk/jdk-1.4/wicket/src/main/java/org/apache/wicket/Component.java Mon Apr  7 09:54:05 2008
@@ -1442,7 +1442,7 @@
 		// markupId = getMarkupAttributes().getString("id");
 
 
-		String markupIdPrefix = "i";
+		String markupIdPrefix = "id";
 		if (!Application.get().getConfigurationType().equals(Application.DEPLOYMENT))
 		{
 			// in non-deployment mode we make the markup id include component id so it is easier to