paulsp      2002/07/05 11:14:12

  Modified:    src/java/org/apache/jetspeed/modules/actions/portlets
                        CustomizeAction.java
  Log:
  Updaing the skin or security_ref are saved in the persistant service
  
  Revision  Changes    Path
  1.12      +1 -14     
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.11
  retrieving revision 1.12
  diff -u -r1.11 -r1.12
  --- CustomizeAction.java      2 Jul 2002 03:20:32 -0000       1.11
  +++ CustomizeAction.java      5 Jul 2002 18:14:12 -0000       1.12
  @@ -312,7 +312,7 @@
               }
   
               // save all the changes
  -            if (madePsChange == true)
  +            if ((madePsChange == true) || (madePcChange == true))
               {
                   try
                   {
  @@ -323,19 +323,6 @@
                       Log.error("Exception occured while saving instance",e);
                   }
               }
  -            /* redundant
  -            if (madePcChange == true)
  -            {
  -                try
  -                {
  -                    profile.store();
  -                }
  -                catch (Exception e)
  -                {
  -                    Log.error("Exception occured while saving PSML",e);
  -                }
  -            }
  -            */
               //FIXME: this hack is due to the corrupted lifecycle of the portlet in 
the
               //current API when caching is activated
               try
  
  
  

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

Reply via email to