3839404142434445464748
HttpSession session = FacesUtils.getSession(); Employee employee = (Employee) session.getAttribute(DataKeeperConstants.EMPLOYEE); counter.setEmployeeId(employee.getEmployeeId()); service.incrementCounter(counter); return "success"; } }