JasperReports JSF TagLib
Tag source


Faces component tag used to provide to a report component the data needed for rendering. Consult library documentation about how to use this tag and its possible locations within the Faces tree.


Tag Information
Tag Classnet.sf.jasperreports.jsf.taglib.SourceTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameSource Tag

Attributes
NameRequiredRequest-timeTypeDescription
idfalsefalsejava.lang.StringComponent identifier
bindingfalsefalsejavax.el.ValueExpression
(must evaluate to javax.faces.component.UIComponent)
Component binding
converterfalsefalsejavax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.convert.SourceConverter)
Specific source converter instance used to override the default behaviour of the plugin.
datafalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
This value depends of the type of data source being configured. It can be a JDBC URL, an XML document, a bean array, etc. Consult the library documentation to obtain information about possible values.
queryfalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Query to be used to filter the data obtained from the data source. The query language used depends on the type of data source the user is dealing with.
typefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.String)
Selection of the data source type to be used. The value to be used depends of the available data source types provided by means of the Filler interface. To know more, consult library documentation.
valuefalsefalsejavax.el.ValueExpression
(must evaluate to java.lang.Object)
Source value representing the source for the data to be supplied to other report components.
validatorfalsefalsejavax.el.ValueExpression
(must evaluate to net.sf.jasperreports.jsf.validation.Validator)
Specific validator instance used to override the default behaviour of the plugin.

Variables
No Variables Defined.


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