- PrimeFaces Beginner's Guide
- K. Siva Prasad Reddy
- 39字
- 2021-07-21 17:58:59
Performing client-side validations
PrimeFaces also supports hooking up client-side JavaScript event handlers (onclick
, onblur
, onchange
, and so on) for many of its UI Components. We can use this feature to perform client-side validations and reduce the server validation roundtrips.