<JSTL 함수 (JSTL 설정)>
* JSTL 설정
pom.xml
<project>
・・・생략
<dependencies>
<dependency>
<groupId>javax.servlet</groupId>
<artifactId>jstl</artifactId>
<version>1.2</version>
</dependency>
</dependencies>
・・・생략
</project>
'자바 > JAVA...Spring' 카테고리의 다른 글
Spring 3.2 & MyBatis] SpEL 상수 (0) | 2016.01.28 |
---|---|
Spring 3.2 & MyBatis] Spring Expression Language(SpEL) (0) | 2016.01.28 |
Spring 3.2 & MyBatis] EL 리스트(배열), 맵 참조 (0) | 2016.01.26 |
Spring 3.2 & MyBatis] EL 계산식 (0) | 2016.01.26 |
Spring 3.2 & MyBatis] EL 식 (0) | 2016.01.22 |