Polish FreeMarker macro support in spring-webflux

See gh-23002
This commit is contained in:
Sam Brannen
2019-06-10 16:08:04 +03:00
parent ac28de0dc1
commit 2f640fe205
8 changed files with 234 additions and 130 deletions

View File

@@ -1,5 +1,5 @@
<#--
test template for FreeMarker macro test class
test template for FreeMarker macro support
-->
<#import "spring.ftl" as spring />
@@ -79,4 +79,4 @@ FORM17
<@spring.formInput "command.spouses[0].name", ""/>
FORM18
<@spring.formCheckbox "command.spouses[0].jedi" />
<@spring.formCheckbox "command.spouses[0].jedi" />