blob: c94680405cd3153ab4c0c958e262a3bac36c6892 [file] [log] [blame]
<%@ page language="java" contentType="text/html; charset=ISO-8859-1"
pageEncoding="ISO-8859-1"%>
<%@ taglib prefix="s" uri="/struts-tags" %>
<!DOCTYPE html PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN" "http://www.w3.org/TR/html4/loose.dtd">
<html>
<head>
<meta http-equiv="Content-Type" content="text/html; charset=ISO-8859-1">
<title>Hello World!</title>
</head>
<body>
<h2><s:property value="messageStore.message" /></h2>
<p>I've said hello to you <s:property value="#session.helloCount" /> times!</p>
<p><s:property value="messageStore" /></p>
<hr />
<p><a href='<s:url action="index" />'>Return Home</a></p>
</body>
</html>