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