This commit is contained in:
Keith Donald
2009-03-20 19:51:46 +00:00
parent 7b7dc48f17
commit d3357d9d51

View File

@@ -125,7 +125,7 @@
<h1>
Hello world!
</h1>
<form:form method="post" modelAttribute="helloWorldForm" >
<form:form method="post" modelAttribute="helloWorldForm">
<form:checkbox path="selected" />
<input type="submit" name="_eventId_submit" value="Submit" />
</form:form>