root/trunk/myweb/WebContent/HelloWorldJSTL.jsp

Revision 15, 0.5 KB (checked in by yabuki, 3 years ago)
  • Property svn:mime-type set to text/plain
Line 
1<?xml version="1.0" encoding="UTF-8" ?>
2<%@ page language="java" contentType="text/html; charset=UTF-8" pageEncoding="UTF-8" %>
3<%@ taglib prefix="c" uri="http://java.sun.com/jsp/jstl/core" %>
4<!DOCTYPE html PUBLIC "-//W3C//DTD XHTML 1.0 Strict//EN" "http://www.w3.org/TR/xhtml1/DTD/xhtml1-strict.dtd">
5<html xmlns="http://www.w3.org/1999/xhtml">
6<head>
7<meta http-equiv="Content-Type" content="text/html; charset=UTF-8" />
8<title>Insert title here</title>
9</head>
10<body>
11<p><c:out value="Hello World!" /></p>
12</body>
13</html>
Note: See TracBrowser for help on using the browser.