raphael     01/07/11 02:36:47

  Modified:    src/java/org/apache/jetspeed/portal/controllers
                        VelocityPortletController.java
  Log:
  - improve portlet set customizer appearance
  - fix some customizer state issues
  
  Revision  Changes    Path
  1.4       +2 -1      
jakarta-jetspeed/src/java/org/apache/jetspeed/portal/controllers/VelocityPortletController.java
  
  Index: VelocityPortletController.java
  ===================================================================
  RCS file: 
/home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/portal/controllers/VelocityPortletController.java,v
  retrieving revision 1.3
  retrieving revision 1.4
  diff -u -r1.3 -r1.4
  --- VelocityPortletController.java    2001/07/07 21:10:49     1.3
  +++ VelocityPortletController.java    2001/07/11 09:36:46     1.4
  @@ -90,7 +90,8 @@
           context.put( "data", rundata );
           context.put( "controller", this );
           context.put( "portlets", this.getPortlets().toArray() );
  -        context.put( "conf", this.getConfig() );
  +        context.put( "config", this.getConfig() );
  +        context.put( "skin", this.getPortlets().getPortletConfig().getPortletSkin() 
);
           context.put( "template", getConfig().getInitParameter("template") );
           
           // Put the request and session based contexts
  
  
  

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

Reply via email to