SPR-8540 Minor Freemarker import related documentation fix
This commit is contained in:
parent
b85440f2b6
commit
9347ac358c
|
|
@ -59,7 +59,7 @@ import org.springframework.web.context.ServletContextAware;
|
|||
* in spring.jar) like this:
|
||||
*
|
||||
* <pre>
|
||||
* <#import "spring.ftl" as spring/>
|
||||
* <#import "/spring.ftl" as spring/>
|
||||
* <@spring.bind "person.age"/>
|
||||
* age is ${spring.status.value}</pre>
|
||||
*
|
||||
|
|
|
|||
|
|
@ -1217,7 +1217,7 @@ findOwnersForm.url=/WEB-INF/jsp/findOwners.jsp
|
|||
|
||||
<programlisting language="xml"><!-- freemarker macros have to be imported into a namespace. We strongly
|
||||
recommend sticking to 'spring' -->
|
||||
<#import "spring.ftl" as spring />
|
||||
<#import "/spring.ftl" as spring />
|
||||
<html>
|
||||
...
|
||||
<form action="" method="POST">
|
||||
|
|
|
|||
Loading…
Reference in New Issue