예제 #1
0
 @WebActionHandler
 public List<Group> daoGroupList() {
   return groupDao.list();
 }