Author: taylor
Date: Sat Dec  9 00:15:18 2006
New Revision: 484945

URL: http://svn.apache.org/viewvc?view=rev&rev=484945
Log:
odd case where the maximized fragment was corrupted, need to logit 

Modified:
    
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/PageAggregatorImpl.java

Modified: 
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/PageAggregatorImpl.java
URL: 
http://svn.apache.org/viewvc/portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/PageAggregatorImpl.java?view=diff&rev=484945&r1=484944&r2=484945
==============================================================================
--- 
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/PageAggregatorImpl.java
 (original)
+++ 
portals/jetspeed-2/trunk/components/portal/src/java/org/apache/jetspeed/aggregator/impl/PageAggregatorImpl.java
 Sat Dec  9 00:15:18 2006
@@ -162,8 +162,12 @@
                 log.error(e.getMessage(), e);
                 maxedContentFragment.overrideRenderedContent("Sorry, but we 
were unable access the requested portlet.  Send the following message to your 
portal admin:  "+  e.getMessage());
             }
-
-
+        }
+        else
+        {
+            String message = "Maximized fragment not found."; 
+            log.error(message);
+            maxedContentFragment.overrideRenderedContent("Sorry, but we were 
unable access the requested portlet.  Send the following message to your portal 
admin:  "+  message);            
         }
     }
 



---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to