반응형
출처 : http://www.cs.wcupa.edu/rkline/Java/jstl-examples.html
JSTL tags
The JSTL tags are those described in the table below. We have omitted the sql tags since we don't plan to use SQL operations directly in JSP. Using a tag groups is effected by the addition of one of the following respective tag statements below.c: <%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core"%>
fn: <%@taglib prefix="fn" uri="http://java.sun.com/jsp/jstl/functions" %>
fmt: <%@taglib prefix="fmt" uri="http://java.sun.com/jsp/jstl/fmt" %>
xml: <%@taglib prefix="x" uri="http://java.sun.com/jsp/jstl/xml" %>The uri identifies the tag set. The tag prefix can be set by the user, but the ones here are standard.
반응형
'JAVA > JAVA&JSP' 카테고리의 다른 글
JSTL substring 사용법 (0) | 2010.09.14 |
---|---|
[펌]JSP로 이미지 생성하기(2001-09-11) (0) | 2010.05.20 |
JEUS의 java.lang.NoClassDefFoundError: org/apache/commons/logging/LogFactory 에러 (0) | 2009.04.15 |
[펌]request.getRealPath() deprecate!! (0) | 2009.03.09 |
[펌]JSP / request 내부객체 (0) | 2009.03.09 |
tomcat5.5 config 매뉴얼 (0) | 2009.02.06 |
[JAVA] java.util.Properties Class (0) | 2009.01.12 |
Captcha 기능 (0) | 2009.01.06 |
도움이 되셨다면 하트모양의 "♡ 공감"을 눌러주시면 큰 격려가 됩니다.
(로그인하지 않으셔도 가능)
(로그인하지 않으셔도 가능)