JSF Tutorial
JSF Useful Resources
Selected Reading
- JSF - Internationalization
- JSF - Expression Language
- JSF - Spring Integration
- JSF - JDBC Integration
- JSF - Event Handling
- JSF - Ajax
- JSF - Composite Components
- JSF - DataTable
- JSF - Validator Tags
- JSF - Convertor Tags
- JSF - Facelet Tags
- JSF - Basic Tags
- JSF - Page Navigation
- JSF - Managed Beans
- JSF - First Application
- JSF - Life Cycle
- JSF - Architecture
- JSF - Environment Setup
- JSF - Overview
- JSF - Home
JSF Useful Resources
Selected Reading
- Who is Who
- Computer Glossary
- HR Interview Questions
- Effective Resume Writing
- Questions and Answers
- UPSC IAS Exams Notes
JSF - Validator Tags
JSF - Vapdator Tags
JSF provides inbuilt vapdators to vapdate its UI components. These tags can vapdate the length of the field, the type of input which can be a custom object.
For these tags you need to use the following namespaces of URI in html node.
<html xmlns = "http://www.w3.org/1999/xhtml" xmlns:f = "http://java.sun.com/jsf/core">
Following are important Vapdator Tags in JSF 2.0−
S.No | Tag & Description |
---|---|
1 | Vapdates the length of a string |
2 | Vapdates the range of a numeric value |
3 | Vapdates the range of a float value |
4 | Vapdates JSF component with a given regular expression |
5 | Creates a custom vapdator |