Ejemplo n.º 1
0
 @WebActionHandler
 public List<Group> daoGroupList() {
   return groupDao.list();
 }