From 105ea196e40d269dfc08efb04bd79ac1903e079c Mon Sep 17 00:00:00 2001 From: Rossen Stoyanchev Date: Tue, 22 Jul 2014 15:40:49 -0400 Subject: [PATCH] Polish --- .../web/servlet/view/velocity/spring.vm | 18 +++++++++--------- .../view/velocity/VelocityMacroTests.java | 1 + 2 files changed, 10 insertions(+), 9 deletions(-) diff --git a/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/spring.vm b/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/spring.vm index b89ab04eeb..e7de71e9d4 100644 --- a/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/spring.vm +++ b/spring-webmvc/src/main/java/org/springframework/web/servlet/view/velocity/spring.vm @@ -112,7 +112,7 @@ *# #macro( springFormInput $path $attributes ) #springBind($path) - $!status.value + #end #** @@ -182,7 +182,7 @@ *# #macro( springFormSingleSelect $path $options $attributes ) #springBind($path) - #foreach($option in $options.keySet())