1) core태그 - forEach1-1) List객체 요소조회가능1-2) map ,배열도 가능 2) JSTL형식화 태그 fmt2-1) fmt태그 - formt2-2) fmt태그 - parse2-3) fmt태그 - 인코딩 3)functions 태그 fn 4) model2의 이해 5) model2 사용해보기5-1)controller생성 , joinForm생성(회원가입) 5-2) jsp파일과 인코딩을위한filter 1) core태그 forEach앞에 글에서부터 이어지는 forEach 예시임 1-1) List객체의 요소조회해보기forEach태그를 이용해 List객체의 요소 출력해보기 list = new ArrayList(); for(int i=1;i [${s.index}]:${i} ,&nb..