Author: ivaynberg
Date: Thu Oct 16 09:19:14 2008
New Revision: 705272

URL: http://svn.apache.org/viewvc?rev=705272&view=rev
Log:
WICKET-1877

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

Modified: wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java
URL: 
http://svn.apache.org/viewvc/wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java?rev=705272&r1=705271&r2=705272&view=diff
==============================================================================
--- wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java 
(original)
+++ wicket/trunk/wicket/src/main/java/org/apache/wicket/Component.java Thu Oct 
16 09:19:14 2008
@@ -3777,7 +3777,7 @@
        /**
         * Called just before a component is rendered.
         * <p>
-        **NOTE* If you override this, you *must* call super.onBeforeRender() 
within your
+        * NOTE* If you override this, you *must* call super.onBeforeRender() 
within your
         * implementation.
         * 
         * Because this method is responsible for cascading [EMAIL PROTECTED] 
#onBeforeRender()} call to its
@@ -3839,7 +3839,7 @@
                        String path = getPageRelativePath();
                        path = path.replace("_", "__");
                        path = path.replace(":", "_");
-                       tag.put("wicket:path", path);
+                       tag.put("wicketpath", path);
                }
        }
 


Reply via email to