blob: ddddce9c85e2a572910eb4517ed9e8bf0ffb76fd [file] [log] [blame]
<%@ taglib prefix="ww" uri="/webwork" %>
<html>
<head>
<title>Cookbook - Simple Input Form using Action Properties</title>
</head>
<link rel="stylesheet" type="text/css" href="<ww:url value="/css/cookbook.css" />">
<body>
<ww:include value="/header-result.jsp"/>
<h1>Don't panic <ww:property value="name"/>!
Struts is mostly harmless ...</h1>
</body>
</html>