JSP: Define the string in tag (I18N)
/*
Beginning JavaServer Pages
Vivek Chopra, Jon Eaves, Rupert Jones, Sing Li, John T. Bell
ISBN: 0-7645-7485-X
*/
<%@ taglib prefix="wroxtags" tagdir="/WEB-INF/tags" %>
<html>
<head>
<title>Book Information</title>
</head>
<body>
<h1>Book Information</h1>
<hr>
<p>The name of this book is <i><wroxtags:bookTitle/></i>.</p>
<p>It is published by <wroxtags:publisher/>.</p>
<p>The server used in all the examples is <wroxtags:containerName/>.</p>
</body>
</html>
BeginningJavaServerPages-ch01.zip( 1 k)Related examples in the same category