| <%@ 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> |