weaver      2004/07/09 11:23:22

  Modified:    portal/src/java/org/apache/jetspeed/container/window/impl
                        PortletWindowAccessorImpl.java
  Log:
  Just setting the PortletWindow's entity accomplishes this
  
  Revision  Changes    Path
  1.6       +1 -3      
jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/container/window/impl/PortletWindowAccessorImpl.java
  
  Index: PortletWindowAccessorImpl.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed-2/portal/src/java/org/apache/jetspeed/container/window/impl/PortletWindowAccessorImpl.java,v
  retrieving revision 1.5
  retrieving revision 1.6
  diff -u -r1.5 -r1.6
  --- PortletWindowAccessorImpl.java    2 Jul 2004 13:46:31 -0000       1.5
  +++ PortletWindowAccessorImpl.java    9 Jul 2004 18:23:22 -0000       1.6
  @@ -144,8 +144,6 @@
               
           }
           ((PortletWindowCtrl) portletWindow).setPortletEntity(portletEntity);
  -        PortletWindowList windowList = portletEntity.getPortletWindowList();
  -        ((PortletWindowListCtrl) windowList).add(portletWindow);
           
           windows.put(fragment.getId(), portletWindow);       
           
  
  
  

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

Reply via email to