Webcam Chat QuickBooks Advice international calling cards international phone cards
JavaBeat Java Books Certifications Certifications Kits Articles Tutorials Tips QNA Book Store Interview Questions SCJP 1.5 SCJP 1.6 SCWCD 5.0 SCBCD 5.0 SCEA SCJA Feeds

f:validator

Topic :
Feedback Request New QnA Print Email

f:validator

The Validator tag registers a named Validator instance on the component associated with the enclosing tag. The JavaServer Faces framework includes three standard validators (see the validateDoubleRange, validateLength, and validateLongRange tags) but the Validator interface can be implemented by classes that provide custom validation for your application. This tag accepts one value matching the validator ID you assigned to your validator class in your Faces configuration file. The body content of this tag must be empty.

Example:

<h:inputText id="emailAddress" value="#{customerBean.customer.emailAddress}">
<f:validator validatorId="emailAddressValidator" />
</h:inputText>
<h:message for="emailAddress" />

HTML Output

<input id="form:emailAddress" name="form:emailAddress" type="text" value="fake@email"/>
Invalid email address.

Tag Attributes

validatorIdString
Required
The validatorId attribute sets the validator identifier of the Validator to be created and registered. It must match exactly the value of one of the validator-id element of a validator in your Faces configuration file.

Topic :
Feedback Request New QnA Print Email

All api java java 6.0 java 7.0 jdbc jsp servlet ejb jndi jms ejb 3.0 j2ee jee 5.0 jee 6.0 jsf struts spring Hibernate ajax JBoss Seam netbeans eclipse ant xml maven dojo junit javafx j2me log4j ESB JBoss Apache Quartz scjp mysql oracle gwt openjpa jmx yui google-guice android JBoss scwcd 5.0 scjp 1.5 scjp 1.6 scja scbcd 5.0

JavaBeat Website (2004-2011), India
javabeat | advertise | about us | contact | useful resources
Copyright (2004 - 2011), JavaBeat


Technology Blogs
Technology blogs Technology Blogs
blog log