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

SPR-8540 Minor Freemarker import related documentation fix

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