1. 태그 1) collection : 전달받은 인자로 List or Array형태만 가능하다 2) item : 전달받은 인자 값을 alias 명으로 대체 3) open : 구문이 시작될 때 삽입할 문자열 4) close : 구문이 종료될 때 삽입할 문자열 5) index : 반복되는 구문 번호로 0부터 순차적으로 증가한다. 2. 사용 예시 -1 1) controller에서 불러올 때 인자 값 fileno Controller에서 String[] fileno = request.getParameterValues("fileno"); boardDetailsDao.insertBoard(boardInfo, filelist, fileno); 2) DaoImpl에서 hashmap으로 if (fileno != null)..