提交 9347ac35 编写于 作者: R Rossen Stoyanchev

SPR-8540 Minor Freemarker import related documentation fix

上级 b85440f2
......@@ -59,7 +59,7 @@ import org.springframework.web.context.ServletContextAware;
* in spring.jar) like this:
*
* <pre>
* &lt;#import "spring.ftl" as spring/&gt;
* &lt;#import "/spring.ftl" as spring/&gt;
* &lt;@spring.bind "person.age"/&gt;
* age is ${spring.status.value}</pre>
*
......
......@@ -1217,7 +1217,7 @@ findOwnersForm.url=/WEB-INF/jsp/findOwners.jsp
<programlisting language="xml">&lt;!-- freemarker macros have to be imported into a namespace. We strongly
recommend sticking to 'spring' --&gt;
&lt;#import "spring.ftl" as spring /&gt;
&lt;#import "/spring.ftl" as spring /&gt;
&lt;html&gt;
...
&lt;form action="" method="POST"&gt;
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册