Subversion Repositories SmartDukaan

Rev

Rev 2157 | Rev 2263 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 2157 Rev 2183
Line 77... Line 77...
77
        }
77
        }
78
        if(request.getParameter("p5") != null){
78
        if(request.getParameter("p5") != null){
79
            this.productList.add(request.getParameter("p5"));
79
            this.productList.add(request.getParameter("p5"));
80
        }
80
        }
81
        
81
        
82
        DataLogger.logData(Event.PRODUCT_COMPARE.name(), Long.toString(userinfo.getUserId()), userinfo.getEmail(),
82
        DataLogger.logData(Event.PRODUCT_COMPARE.name(), session.getId(), Long.toString(userinfo.getUserId()), userinfo.getEmail(),
83
                StringUtils.join(productList, ", "));
83
                StringUtils.join(productList, ", "));
84
        return "show";
84
        return "show";
85
    }
85
    }
86
    
86
    
87
    public List<String> getSlideNames() {
87
    public List<String> getSlideNames() {