Fixed paths to JsfMessageResources.properties

This commit is contained in:
Charles Galpin
2013-09-06 17:03:45 -04:00
committed by Rossen Stoyanchev
parent fbb706cf41
commit e62cb1d394

View File

@@ -13,7 +13,7 @@
Flow definition and view.xhtml in <span class="alt">src/main/webapp/WEB-INF/flows/validation-bean</span><br/>
Java class with JSR-303 validation annotations <span class="alt">~/validation/Account.java</span><br/>
Customized @NotNull constraint message in <span class="alt">src/main/resources/ValidationMessages.properties</span><br/>
Customized pattern used by JSF for Bean Validation in <span class="alt">src/main/resources/org/springframework/samples/webflow/JsfMessageResources.properties</span><br/>
Customized pattern used by JSF for Bean Validation in <span class="alt">src/main/resources/JsfMessageResources.properties</span><br/>
Registration of <span class="alt">JsfMessageResources.properties</span> in <span class="alt">src/main/webapp/WEB-INF/faces-config.xml</span>
</p>
<hr/>
@@ -49,8 +49,8 @@
To change this behavior we've customized the pattern used by
<span class="alt">javax.faces.validator.BeanValidator</span>.<br/>
See the following for details:<br/>
<span class="alt">src/main/webapp/WEB-INF/faces-config.xml</span>
<span class="alt">src/main/resources/org/springframework/samples/webflow/JsfMessageResources.properties</span><br/>
<span class="alt">src/main/webapp/WEB-INF/faces-config.xml</span><br/>
<span class="alt">src/main/resources/JsfMessageResources.properties</span><br/>
</p>
</div>
</div>