Subversion Repositories SmartDukaan

Rev

Rev 11829 | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 11829 Rev 12616
Line 56... Line 56...
56
	@Action("/")
56
	@Action("/")
57
	public String index() throws SecurityException, IOException {
57
	public String index() throws SecurityException, IOException {
58
		logger.debug("userinfo:" + userinfo.toString());
58
		logger.debug("userinfo:" + userinfo.toString());
59
		logger.info("Rendering the home page");
59
		logger.info("Rendering the home page");
60
		setSnippets();
60
		setSnippets();
61
		DataLogger.logData(EventType.HOME_PAGE, getSessionId(), userinfo.getUserId(), userinfo.getEmail());
61
//		DataLogger.logData(EventType.HOME_PAGE, getSessionId(), userinfo.getUserId(), userinfo.getEmail());
62
		return "index";
62
		return "index";
63
	}
63
	}
64
 
64
 
65
	/**
65
	/**
66
	 * Renders the home page but always loads the snippets for best deals, best
66
	 * Renders the home page but always loads the snippets for best deals, best