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:validateLongRange

Topic :
Feedback Request New QnA Print Email

f:validateLongRange

The ValidateLongRange tag registers a LongRangeValidator instance on the component associated with the enclosing tag. This tag can be used to validate user input when the expected value is a long integer that is greater than or less than another value or is between two values of the same data type.

Example:

<h:inputText id="withdraw" value="#{accountBean.withdraw.amount}">
<f:validateLongRange minimum="20" maximum="1000" />
</h:inputText>
<h:message for="withdraw" />

HTML Output

<input id="form:withdraw" name="form:withdraw" type="text" value="5"/>
"withdraw": Specified attribute is not between the expected values of 20 and 1000.

When the form is submitted with the value 5 in the input field, the JSF framework will convert and validate the user input to determine if the value is between the minimum and maximum values defined by the validateLongRange tag. Since the input is not valid, the JSF framework creates a validation message that can be displayed using the h:message or h:messages tags.

Tag Attributes

maximumString
The maximum attribute sets the maximum value allowed for this component.
minimumString
The minimum attribute sets the minimum value allowed for this component.

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