You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by ma...@apache.org on 2010/01/09 17:20:46 UTC

svn commit: r897488 - /myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/core/AjaxHandler.java

Author: matzew
Date: Sat Jan  9 16:20:46 2010
New Revision: 897488

URL: http://svn.apache.org/viewvc?rev=897488&view=rev
Log:
commented out unused code

Modified:
    myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/core/AjaxHandler.java

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/core/AjaxHandler.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/core/AjaxHandler.java?rev=897488&r1=897487&r2=897488&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/core/AjaxHandler.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/core/AjaxHandler.java Sat Jan  9 16:20:46 2010
@@ -237,9 +237,9 @@
             outputScript.getAttributes().put("name", "jsf.js");
             outputScript.getAttributes().put("library", "javax.faces");
             outputScript.getAttributes().put("target", "head");
-            
-            AbstractFaceletContext actx = (AbstractFaceletContext) ctx;
-            
+
+            //AbstractFaceletContext actx = (AbstractFaceletContext) ctx;
+
             // Since this component will be relocated, we need a generated clientId from the
             // viewRoot, so when this one is relocated, its parent will be this UIViewRoot instance
             // and prevent a duplicate id exception.