gd


Standard Syntax:
     <%@ taglib prefix="gd" uri="http://gravel.jboss.org/jsf/1.0/data" %>

XML Syntax:
     <anyxmlelement xmlns:gd="http://gravel.jboss.org/jsf/1.0/data" />

A tag library consisting of components that conatin and organize data.

Tag Library Information
Display NameNone
Version1.2
Short Namegd
URIhttp://gravel.jboss.org/jsf/1.0/data
 

Tag Summary
enumStringConverterRegister a converter for Enum types on the enclosing value holder. This converter differs from the stock Enum converter in that this converter uses the result of the toString() method on each value to determine the string value, as opposed to using the value name.
filterFilter a collection, map, or array and store the result into an EL expression.
inputFileUpload a file from the client to the server. Note: this element must be enclosed within a form whose enctype is set to multipart/form-data in order for it to work properly. Also, be aware that using a target type other than stream or reader on large files can be severely detrimental to performance.
inputHiddenRender an HTML 'input' element of type 'text'. Specifies a separate target EL expression from the input value.
loadPropertiesLoad properties from a properties file.
pagerCalculate paging information for use by another component.
repeatRepeat the content a given number of times.
reverseReverse a collection or array and store the result into an EL expression.
sortSort a collection or array and store the result into an EL expression.
 


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.