Browse Source

Spring eval docs

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@2969 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Keith Donald 16 years ago
parent
commit
ef80ddf816
  1. 6
      org.springframework.web.servlet/src/main/resources/META-INF/spring.tld

6
org.springframework.web.servlet/src/main/resources/META-INF/spring.tld

@ -386,7 +386,7 @@ @@ -386,7 +386,7 @@
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description>Set JavaScript escaping for this tag, as boolean value.
<description>Set JavaScript escaping for this tag, as a boolean value.
Default is false.</description>
<name>javaScriptEscape</name>
<required>false</required>
@ -440,14 +440,14 @@ @@ -440,14 +440,14 @@
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description>Set HTML escaping for this tag, as boolean value. Overrides the
<description>Set HTML escaping for this tag, as a boolean value. Overrides the
default HTML escaping setting for the current page.</description>
<name>htmlEscape</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>
</attribute>
<attribute>
<description>Set JavaScript escaping for this tag, as boolean value. Default is false.</description>
<description>Set JavaScript escaping for this tag, as a boolean value. Default is false.</description>
<name>javaScriptEscape</name>
<required>false</required>
<rtexprvalue>true</rtexprvalue>

Loading…
Cancel
Save