From d3357d9d5136562ddde2eba8998805c3a2d74eb1 Mon Sep 17 00:00:00 2001 From: Keith Donald Date: Fri, 20 Mar 2009 19:51:46 +0000 Subject: [PATCH] polish --- .../src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp index 2e61a6f4..8b6bfd8a 100644 --- a/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp +++ b/spring-webflow-samples/getting-started-with-spring-webflow/src/main/webapp/WEB-INF/tutorial/webflowExercise.jsp @@ -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>