EL
EL 의 출력방법, jstl 의 if 문, 반복문은 Spring 에서도 사용되니 기억하기 !!!
EL 문법의 ${} 는 자바스크립트에서 사용하는 표현 문법인 ${} 과 같이 사용할 수 없다
( jsp 파일에서는 자바스크립트의 ${} 를 사용할 수 없음 )
EL scope
JSTL
Apache Taglibs - Apache Standard Taglib: JSP[tm] Standard Tag Library (JSTL) implementations
<!-- Copyright 1999-2011 The Apache Software Foundation Licensed under the Apache License, Version 2.0 (the "License"); you may not use this file except in compliance with the License. You may obtain a copy of the License at http://www.apache.org/licenses/
tomcat.apache.org
JSTL 다운로드 사이트
'BE > JSP' 카테고리의 다른 글
[JSP] JSTL 을 이용하여 회원 가입, 삭제, 수정, 로그인, 멤버 정보 띄우기 구현 (1) | 2024.05.01 |
---|---|
[JSP] JSTL - 파라미터 값 받기 (0) | 2024.05.01 |
[JSP] 액션 태그, bean 객체 활용 (0) | 2024.04.30 |
[JSP] DB 연동 (1) | 2024.04.30 |
[JSP] response, scope, cookie, session, popup (3) | 2024.04.30 |