- added content-type specific jsp page directive to make sure UTF-8 is used such that character encoding work properly with this example

git-svn-id: https://svn.apache.org/repos/asf/struts/struts2/trunk@429978 13f79535-47bb-0310-9956-ffa450edef68
This commit is contained in:
Toby Jee
2006-08-09 06:40:35 +00:00
parent 1aac25c1a2
commit 6982c3988e
2 changed files with 8 additions and 1 deletions
@@ -1,3 +1,7 @@
<%@ page
language="java"
contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/tags" %>
<html>
<head>
@@ -1,4 +1,7 @@
<%@ page
language="java"
contentType="text/html; charset=UTF-8"
pageEncoding="UTF-8"%>
<%@ taglib prefix="s" uri="/tags" %>
<html>
<head>