You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by we...@apache.org on 2010/04/06 20:52:23 UTC

svn commit: r931270 - /myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/PanelRenderer.java

Author: weber
Date: Tue Apr  6 18:52:23 2010
New Revision: 931270

URL: http://svn.apache.org/viewvc?rev=931270&view=rev
Log:
(TOBAGO-869) Command facet on tc:panel
<https://issues.apache.org/jira/browse/TOBAGO-869>

Modified:
    myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/PanelRenderer.java

Modified: myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/PanelRenderer.java
URL: http://svn.apache.org/viewvc/myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/PanelRenderer.java?rev=931270&r1=931269&r2=931270&view=diff
==============================================================================
--- myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/PanelRenderer.java (original)
+++ myfaces/tobago/branches/tobago-1.0.x/theme/scarborough/src/main/java/org/apache/myfaces/tobago/renderkit/html/scarborough/standard/tag/PanelRenderer.java Tue Apr  6 18:52:23 2010
@@ -44,6 +44,7 @@ import javax.faces.component.UIComponent
 import javax.faces.component.UINamingContainer;
 import javax.faces.context.FacesContext;
 import javax.faces.context.ResponseWriter;
+import javax.faces.render.Renderer;
 import java.io.IOException;
 
 import static org.apache.myfaces.tobago.TobagoConstants.ATTR_HEIGHT;
@@ -154,6 +155,7 @@ public class PanelRenderer extends Layou
 
         HtmlRendererUtil.writeScriptLoader(facesContext, null, cmds);
       }
+      checkForCommandFacet(component, facesContext, writer);
     }
   }