You are viewing a plain text version of this content. The canonical link for it is here.
Posted to jetspeed-dev@portals.apache.org by mo...@apache.org on 2002/10/18 19:49:23 UTC

cvs commit: jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets CustomizeAction.java

morciuch    2002/10/18 10:49:23

  Modified:    src/java/org/apache/jetspeed/modules/actions/portlets
                        CustomizeAction.java
  Log:
  After user customizes a portlet, an attribute is added to portlet session state which may be queried using PortletSessionState.getPortletConfigChanged method.
  
  Revision  Changes    Path
  1.15      +1 -0      jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/CustomizeAction.java
  
  Index: CustomizeAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/CustomizeAction.java,v
  retrieving revision 1.14
  retrieving revision 1.15
  diff -u -r1.14 -r1.15
  --- CustomizeAction.java	27 Sep 2002 17:02:20 -0000	1.14
  +++ CustomizeAction.java	18 Oct 2002 17:49:23 -0000	1.15
  @@ -399,6 +399,7 @@
               //current API when caching is activated
               try
               {
  +                org.apache.jetspeed.util.PortletSessionState.setPortletConfigChanged(p, rundata);
                   p.init();
               }
               catch (PortletException e)
  
  
  

--
To unsubscribe, e-mail:   <ma...@jakarta.apache.org>
For additional commands, e-mail: <ma...@jakarta.apache.org>