You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@myfaces.apache.org by mf...@apache.org on 2014/01/07 22:27:54 UTC

svn commit: r1556361 - /myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/view/PortletJspViewDeclarationLanguageImpl.java

Author: mfreedman
Date: Tue Jan  7 21:27:53 2014
New Revision: 1556361

URL: http://svn.apache.org/r1556361
Log:
PORTLETBRIDGE-140: Fixed

Modified:
    myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/view/PortletJspViewDeclarationLanguageImpl.java

Modified: myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/view/PortletJspViewDeclarationLanguageImpl.java
URL: http://svn.apache.org/viewvc/myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/view/PortletJspViewDeclarationLanguageImpl.java?rev=1556361&r1=1556360&r2=1556361&view=diff
==============================================================================
--- myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/view/PortletJspViewDeclarationLanguageImpl.java (original)
+++ myfaces/portlet-bridge/core/trunk/impl/src/main/java/org/apache/myfaces/portlet/faces/application/view/PortletJspViewDeclarationLanguageImpl.java Tue Jan  7 21:27:53 2014
@@ -50,6 +50,9 @@ public class PortletJspViewDeclarationLa
   @Override
   public void buildView(FacesContext context, UIViewRoot view) throws IOException
   {
+    // For JIRA PORTLETBRIDGE-140
+    super.buildView(context, view);
+    
     if(null == context)
     {
       //TODO: Localize Strings