Exemple #1
0
  @Execute(validator = false)
  public String index() {
    empItems = empService.findAll();

    return "list.jsp";
  }