Subversion Repositories SmartDukaan

Rev

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

Rev 2949 Rev 3074
Line 125... Line 125...
125
		} catch (Exception e) {
125
		} catch (Exception e) {
126
			log.warn("Unable to update the browsing history because of: ", e);
126
			log.warn("Unable to update the browsing history because of: ", e);
127
		}
127
		}
128
    	
128
    	
129
		DataLogger.logData(EventType.PRODUCT_VIEW, session.getId(), userinfo.getUserId(), userinfo.getEmail(),
129
		DataLogger.logData(EventType.PRODUCT_VIEW, session.getId(), userinfo.getUserId(), userinfo.getEmail(),
130
                productName);
130
                productName, Long.toString(productId));
131
		return "show";
131
		return "show";
132
    }
132
    }
133
    
133
    
134
    /**
134
    /**
135
     * 
135
     *