Skip navigation links
JViews Chart
Tag XMLDataSource
Since JViews 8.0 this tag is deprecated. The preferred way to access business data stored in a XML file is to set the data
attribute on the chartView
tag.
The XML data source faces component provides access to the business data stored in an XML file that is to be displayed on a chart view faces component. It exposes an IlvDataSource
as a JSF component.
Usage
<jvcf:XMLDataSource
id="dataSource"
filename="/data/dataSource.xml"
/>
...
<jvcf:chartView
id="chart"
dataSourceId="dataSource"/>
DHTML - JavaScript Types
This component has no JavaScript
representation.
JSF Component Class
IlvFacesXMLDataSource
Tag Information |
Tag Class | ilog.views.chart.faces.dhtml.taglib.IlvXMLDataSourceTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | XML Data Source |
Attributes |
Name | Required | Request-time | Type | Description |
binding | false | false | java.lang.String | The value binding expression linking this component to a property in a backing bean. If this attribute is set, the tag does not create the component itself but retrieves it from the bean property. This attribute must be a value binding. |
filename | true | false | java.lang.String | The URL of the XML file. |
id | true | false | java.lang.String | The ID of the component. |
Variables |
No Variables Defined. |
Skip navigation links
© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.