cmailleux    2005/06/16 11:44:56 CEST

  Modified files:        (Branch: JAHIA-4-5-HIBERNATE-BRANCH)
    src/view/jsp/include filters.inc 
  Log:
  Change ArrayList to List to follow the signature change of CategoryFilters
  
  Revision  Changes    Path
  1.7.2.1   +1 -1      
corporate_portal_templates/src/view/jsp/include/filters.inc
http://jahia.mine.nu:8080/cgi-bin/cvsweb.cgi/corporate_portal_templates/src/view/jsp/include/filters.inc.diff?r1=1.7&r2=1.7.2.1&f=h
  
  
  
  Index: filters.inc
  ===================================================================
  RCS file: 
/home/cvs/repository/corporate_portal_templates/src/view/jsp/include/filters.inc,v
  retrieving revision 1.7
  retrieving revision 1.7.2.1
  diff -u -r1.7 -r1.7.2.1
  --- filters.inc       28 Apr 2005 15:54:09 -0000      1.7
  +++ filters.inc       16 Jun 2005 09:44:56 -0000      1.7.2.1
  @@ -373,7 +373,7 @@
        // Category filter (template doc)
        //-----------------------------------------------------------
        Set categories = new HashSet();
  -     ArrayList foundCategories = 
Category.findCategoriesByPropNameAndValue("homepage%", 
String.valueOf(jData.params().getContentPage().getID()));
  +     List foundCategories = 
Category.findCategoriesByPropNameAndValue("homepage%", 
String.valueOf(jData.params().getContentPage().getID()));
        ArrayList defaultSelectedCategories = new ArrayList();
        Iterator iterator = foundCategories.iterator();
        while ( iterator.hasNext() ){
  

Reply via email to