You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by lu...@apache.org on 2012/03/08 20:57:03 UTC

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

Author: lu4242
Date: Thu Mar  8 19:57:02 2012
New Revision: 1298539

URL: http://svn.apache.org/viewvc?rev=1298539&view=rev
Log:
small improvement reduce size of FACET_CREATED_UIPANEL_MARKER constant, since it is saved into the state.

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

Modified: myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ComponentSupport.java
URL: http://svn.apache.org/viewvc/myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ComponentSupport.java?rev=1298539&r1=1298538&r2=1298539&view=diff
==============================================================================
--- myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ComponentSupport.java (original)
+++ myfaces/core/trunk/impl/src/main/java/org/apache/myfaces/view/facelets/tag/jsf/ComponentSupport.java Thu Mar  8 19:57:02 2012
@@ -57,7 +57,7 @@ public final class ComponentSupport
      * facets with multiple non panel children, are marked with this attribute.
      * This constant is duplicate in javax.faces.webapp.UIComponentClassicTagBase
      */
-    public final static String FACET_CREATED_UIPANEL_MARKER = "org.apache.myfaces.facet.createdUIPanel";
+    public final static String FACET_CREATED_UIPANEL_MARKER = "oam.vf.createdUIPanel";
     
     /**
      * The key under the facelet state map is stored