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 2003/11/04 22:02:04 UTC

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

morciuch    2003/11/04 13:02:04

  Modified:    src/java/org/apache/jetspeed/modules/actions/portlets
                        WeatherAction.java
  Log:
  Applied patch by Olaf Romanski to fix minimize issue with Weather Portlet (see Bugzilla bug# 24242)
  
  Revision  Changes    Path
  1.8       +2 -2      jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/WeatherAction.java
  
  Index: WeatherAction.java
  ===================================================================
  RCS file: /home/cvs/jakarta-jetspeed/src/java/org/apache/jetspeed/modules/actions/portlets/WeatherAction.java,v
  retrieving revision 1.7
  retrieving revision 1.8
  diff -u -r1.7 -r1.8
  --- WeatherAction.java	27 Aug 2003 14:57:40 -0000	1.7
  +++ WeatherAction.java	4 Nov 2003 21:02:04 -0000	1.8
  @@ -124,7 +124,7 @@
               cityInfo = getCityInfo(city, state, station);            
           //}
           context.put(WEATHER_CITY_INFO, cityInfo);
  -        PortletConfigState.setInstanceParameter(portlet, rundata, WEATHER_CITY_INFO, cityInfo);
  +        //PortletConfigState.setInstanceParameter(portlet, rundata, WEATHER_CITY_INFO, cityInfo);
   
           String style = PortletConfigState.getParameter(portlet, rundata, WEATHER_STYLE, "infobox");
           context.put(WEATHER_STYLE,style);
  
  
  

---------------------------------------------------------------------
To unsubscribe, e-mail: jetspeed-dev-unsubscribe@jakarta.apache.org
For additional commands, e-mail: jetspeed-dev-help@jakarta.apache.org