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 4.1.1 + Liferay Faces Bridge Implementation 5.0.0 + Showcase Common 4.0.0 + Liferay Faces Util 3.4.1 + Mojarra 2.2.20