Author: fmeschbe
Date: Mon Dec  3 06:29:00 2007
New Revision: 600548

URL: http://svn.apache.org/viewvc?rev=600548&view=rev
Log:
Fix wrong attribute name for the name of node variable

Modified:
    
incubator/sling/trunk/scripting/jsp-taglib/src/main/java/org/apache/sling/scripting/jsp/taglib/DefineObjectsTEI.java

Modified: 
incubator/sling/trunk/scripting/jsp-taglib/src/main/java/org/apache/sling/scripting/jsp/taglib/DefineObjectsTEI.java
URL: 
http://svn.apache.org/viewvc/incubator/sling/trunk/scripting/jsp-taglib/src/main/java/org/apache/sling/scripting/jsp/taglib/DefineObjectsTEI.java?rev=600548&r1=600547&r2=600548&view=diff
==============================================================================
--- 
incubator/sling/trunk/scripting/jsp-taglib/src/main/java/org/apache/sling/scripting/jsp/taglib/DefineObjectsTEI.java
 (original)
+++ 
incubator/sling/trunk/scripting/jsp-taglib/src/main/java/org/apache/sling/scripting/jsp/taglib/DefineObjectsTEI.java
 Mon Dec  3 06:29:00 2007
@@ -66,7 +66,7 @@
      * The name of the tag attribute used to define the name of the Node
      * scripting variable (value is "nodeName").
      */
-    public static final String ATTR_NODE_NAME = "resourceName";
+    public static final String ATTR_NODE_NAME = "nodeName";
 
     /**
      * The name of the tag attribute used to define the name of the mapped


Reply via email to