Presentation layer validation

WARNING - TOPIC NOT WRITTEN - TOPIC ID: 2517

This topic has not yet been written. The content below is from the topic description.
6.4. Presentation layer validation When working with JSF2 or JBoss Seam™ and Hibernate Validator (Bean Validation) is present in the runtime environment validation is triggered for every field in the application. Example 6.2, “Usage of Bean Validation within JSF2” shows an example of the f:validateBean tag in a JSF page. For more information refer to the Seam documentation or the JSF 2 specification. Example 6.2. Usage of Bean Validation within JSF2 ...