Alloy Showcase
f:validator
The f:validator Facelet tag exposes the functionality of a Validator inside Facelet views.f:validator
tags facilitate validation of complex data structures. General Usage
Validators must be annotated with @FacesValidator (or declared as a validator in afaces-config.xml
file) and implement Validator in order to be accessible via the f:validator
tag.Source Code
Liferay Faces Alloy 3.0.1 + Liferay Faces Bridge Implementation 4.1.0 + Showcase Common 3.0.1 + Liferay Faces Util 3.1.0 + Mojarra 2.2.17