Browse Source

Change 'lastName*' -> 'lastName' for error display (SPR-7339)

It's not clear why the asterisk would be necessary, as 'lastName'
alone should match all errors associated with that field.

git-svn-id: https://src.springframework.org/svn/spring-framework/trunk@3537 50f2f4bb-b051-0410-bef5-90022cba6387
pull/1/head
Chris Beams 16 years ago
parent
commit
73ede99e14
  1. 2
      spring-framework-reference/src/view.xml

2
spring-framework-reference/src/view.xml

@ -702,7 +702,7 @@ productList.url=/WEB-INF/jsp/productlist.jsp</programlisting> @@ -702,7 +702,7 @@ productList.url=/WEB-INF/jsp/productlist.jsp</programlisting>
</listitem>
<listitem>
<para><literal>path="lastName*"</literal> - displays all errors
<para><literal>path="lastName"</literal> - displays all errors
associated with the <literal>lastName</literal> field</para>
</listitem>
</itemizedlist>

Loading…
Cancel
Save