From e116a2979513bae0a62cf5e12b71b016fba347b0 Mon Sep 17 00:00:00 2001 From: Chris Beams Date: Sat, 7 Aug 2010 13:57:26 +0000 Subject: [PATCH] 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. --- spring-framework-reference/src/view.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/spring-framework-reference/src/view.xml b/spring-framework-reference/src/view.xml index 7150418244..6b607d07e6 100644 --- a/spring-framework-reference/src/view.xml +++ b/spring-framework-reference/src/view.xml @@ -702,7 +702,7 @@ productList.url=/WEB-INF/jsp/productlist.jsp - path="lastName*" - displays all errors + path="lastName" - displays all errors associated with the lastName field