Subversion Repositories SmartDukaan

Rev

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

Rev 2157 Rev 2183
Line 88... Line 88...
88
		} catch (Exception e) {
88
		} catch (Exception e) {
89
			// TODO Auto-generated catch block
89
			// TODO Auto-generated catch block
90
			e.printStackTrace();
90
			e.printStackTrace();
91
		}
91
		}
92
    	
92
    	
93
		DataLogger.logData(Event.PRODUCT_VIEW.name(), Long.toString(userinfo.getUserId()), userinfo.getEmail(),
93
		DataLogger.logData(Event.PRODUCT_VIEW.name(), session.getId(), Long.toString(userinfo.getUserId()), userinfo.getEmail(),
94
                productName);
94
                productName);
95
		return "show";
95
		return "show";
96
    }
96
    }
97
    
97
    
98
    /**
98
    /**