JasperReports JSF TagLib


Standard Syntax:
     <%@ taglib prefix="jr" uri="http://jasperreportjsf.sf.net/tld/jasperreports-jsf-1_2.tld" %>

XML Syntax:
     <anyxmlelement xmlns:jr="http://jasperreportjsf.sf.net/tld/jasperreports-jsf-1_2.tld" />

JasperReports JSF Integration Tag Library

Tag Library Information
Display NameJasperReports JSF TagLib
Version1.2
Short Namejr
URIhttp://jasperreportjsf.sf.net/tld/jasperreports-jsf-1_2.tld
 

Tag Summary
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.
subreportNo Description
reportFrame Faces component tag used to insert an inline report within a faces component tree. Component will be rendered inside the page.
reportLink Faces component tag used to insert an report link within a faces component tree. Component will be rendered as link that when clicked outputs the report contents.
 

Listeners
net.sf.jasperreports.jsf.config.ConfigurationStartupListener
 


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.