변수지원: set : JSP에서 Attribute로 binding된 객체 처리 remove : binding된 attribute 제거 제어문 지원 : if choose : 다중조건문 처리 forEach : 반복문처리 출력지원 : out 변수지원 태그 설명 attribute set 속성영역에 attribute를 binding ex) binding -var : binding할 이름-scope : binding할 속성 영역 값: page, request, session, application-value : binding할 속성 개체 값 설정-target : property를 설정할 attribute-value : property에 설정할 값 remove 속성영역에 binding된 attribute 객체를 제거..