| <%@ taglib prefix="ww" uri="/webwork" %> | |
| <html> | |
| <head> | |
| <title>Cookbook - Simple Input Form using Action Properties</title> | |
| <ww:head/> | |
| </head> | |
| <body> | |
| <ww:form method="POST"> | |
| <ww:textfield label="Please enter your name" name="name"/> | |
| <ww:submit/> | |
| </ww:form> | |
| </body> | |
| </html> |