From e62cb1d394add5b33353df543ebe911388113a24 Mon Sep 17 00:00:00 2001
From: Charles Galpin
Date: Fri, 6 Sep 2013 17:03:45 -0400
Subject: [PATCH] Fixed paths to JsfMessageResources.properties
---
.../main/webapp/WEB-INF/flows/validation-bean/edit.xhtml | 6 +++---
1 file changed, 3 insertions(+), 3 deletions(-)
diff --git a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml
index 867e9fa..bfd8d71 100644
--- a/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml
+++ b/primefaces-showcase/src/main/webapp/WEB-INF/flows/validation-bean/edit.xhtml
@@ -13,7 +13,7 @@
Flow definition and view.xhtml in src/main/webapp/WEB-INF/flows/validation-bean
Java class with JSR-303 validation annotations ~/validation/Account.java
Customized @NotNull constraint message in src/main/resources/ValidationMessages.properties
- Customized pattern used by JSF for Bean Validation in src/main/resources/org/springframework/samples/webflow/JsfMessageResources.properties
+ Customized pattern used by JSF for Bean Validation in src/main/resources/JsfMessageResources.properties
Registration of JsfMessageResources.properties in src/main/webapp/WEB-INF/faces-config.xml
@@ -49,8 +49,8 @@
To change this behavior we've customized the pattern used by
javax.faces.validator.BeanValidator.
See the following for details:
- src/main/webapp/WEB-INF/faces-config.xml
- src/main/resources/org/springframework/samples/webflow/JsfMessageResources.properties
+ src/main/webapp/WEB-INF/faces-config.xml
+ src/main/resources/JsfMessageResources.properties