top button
Flag Notify
    Connect to us
      Site Registration

Site Registration

What are the validator tags used in JSF?

+1 vote
212 views
What are the validator tags used in JSF?
posted Dec 11, 2017 by Jon Deck

Share this question
Facebook Share Button Twitter Share Button LinkedIn Share Button

1 Answer

0 votes

The validator tags used in JSF are:

f:validateLength: Validates length of a string
f:validateLongRange: Validates range of numeric value
f:validateDoubleRange: Validates range of float value
f:validateRegex: Validate JSF component with a given regular expression

answer Dec 13, 2017 by Frank Lee
...