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.
This commit is contained in:
parent
d97f899bee
commit
e116a29795
|
|
@ -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…
Reference in New Issue