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:
|
* in spring.jar) like this:
|
||||||
*
|
*
|
||||||
* <pre>
|
* <pre>
|
||||||
* <#import "spring.ftl" as spring/>
|
* <#import "/spring.ftl" as spring/>
|
||||||
* <@spring.bind "person.age"/>
|
* <@spring.bind "person.age"/>
|
||||||
* age is ${spring.status.value}</pre>
|
* 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
|
<programlisting language="xml"><!-- freemarker macros have to be imported into a namespace. We strongly
|
||||||
recommend sticking to 'spring' -->
|
recommend sticking to 'spring' -->
|
||||||
<#import "spring.ftl" as spring />
|
<#import "/spring.ftl" as spring />
|
||||||
<html>
|
<html>
|
||||||
...
|
...
|
||||||
<form action="" method="POST">
|
<form action="" method="POST">
|
||||||
|
|
|
||||||
Loading…
Reference in New Issue