2009/05/20 - Apache Shale has been retired.

For more information, please explore the Attic.


Shale Validator JSF Tags


Standard Syntax:
     <%@ taglib prefix="validate" uri="http://shale.apache.org/validators" %>

XML Syntax:
     <anyxmlelement xmlns:validate="http://shale.apache.org/validators" />

This tag library contains tags for the JSF validators supported by the Shale Framework for integration with Commons Validator.

Tag Library Information
Display NameShale Validator JSF Tags
Version1.0
Short Namevalidate
URIhttp://shale.apache.org/validators
 

Tag Summary
doubleValidates double input for both format and range restrictions.
floatValidates float input for both format and range restrictions.
integerValidates integer input for both format and range restrictions.
longValidates long input for both format and range restrictions.
shortValidates short input for both format and range restrictions.
 

Listeners
org.apache.shale.validator.faces.ValidatorLifecycleListener
 


Java, JSP, and JavaServer Pages are trademarks or registered trademarks of Sun Microsystems, Inc. in the US and other countries. Copyright 2002-3 Sun Microsystems, Inc. 4150 Network Circle Santa Clara, CA 95054, U.S.A. All Rights Reserved.