Changes from Version 1 of jstl

차이점 주위로
다음 차이점은 무시하기:
작성자:
anonymous (IP: 221.150.127.103)
날짜/시간:
2012-10-17 PM 5:40:44 (13 년 전)
설명:

--

Legend:

변경되지 않음
추가됨
제거됨
변경됨
  • jstl

    v0 v1  
     1<%@ page language="java" contentType="text/html; charset=EUC-KR" 
     2    pageEncoding="EUC-KR"%> 
     3<%@taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>      
     4<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd"> 
     5<html> 
     6<head> 
     7<meta http-equiv="Content-Type" content="text/html; charset=EUC-KR"> 
     8<title>Insert title here</title> 
     9</head> 
     10<body> 
     11${result[0].title} 
     12<div align="center"> 
     13        <h1>게시판 리스트</h1> 
     14        <table border="1"> 
     15                <tr> 
     16                        <th>번호</th><th>제목</th><th>등록자</th><th>등록일</th> 
     17                </tr> 
     18        </table> 
     19</div> 
     20 
     21</body> 
     22</html>