You are viewing a plain text version of this content. The canonical link for it is here.
Posted to pluto-scm@portals.apache.org by ta...@apache.org on 2005/05/12 01:20:44 UTC

svn commit: r169718 - /portals/pluto/trunk/container/src/java/org/apache/pluto/core/impl/PortletSessionImpl.java

Author: taylor
Date: Wed May 11 16:20:44 2005
New Revision: 169718

URL: http://svn.apache.org/viewcvs?rev=169718&view=rev
Log:
http://issues.apache.org/jira/browse/JS2-254

David P, could you please review and see if it works for you
If yes, I'll close the issue

Thanks

Modified:
    portals/pluto/trunk/container/src/java/org/apache/pluto/core/impl/PortletSessionImpl.java

Modified: portals/pluto/trunk/container/src/java/org/apache/pluto/core/impl/PortletSessionImpl.java
URL: http://svn.apache.org/viewcvs/portals/pluto/trunk/container/src/java/org/apache/pluto/core/impl/PortletSessionImpl.java?rev=169718&r1=169717&r2=169718&view=diff
==============================================================================
--- portals/pluto/trunk/container/src/java/org/apache/pluto/core/impl/PortletSessionImpl.java (original)
+++ portals/pluto/trunk/container/src/java/org/apache/pluto/core/impl/PortletSessionImpl.java Wed May 11 16:20:44 2005
@@ -246,7 +246,7 @@
         {
             this.portletContext = PortletObjectAccess.getPortletContext(
                                                                        getServletContext(), 
-                                                                       portletWindow.getPortletEntity().getPortletApplicationEntity().getPortletApplicationDefinition()
+                                                                       portletWindow.getPortletEntity().getPortletDefinition().getPortletApplicationDefinition()
                                                                        );
         }
         return this.portletContext;