JViews Chart
Tag XMLDataSource


Not a visual component

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 Classilog.views.chart.faces.dhtml.taglib.IlvXMLDataSourceTag
TagExtraInfo ClassNone
Body ContentJSP
Display NameXML Data Source

Attributes
NameRequiredRequest-timeTypeDescription
bindingfalsefalsejava.lang.StringThe 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.
filenametruefalsejava.lang.StringThe URL of the XML file.
idtruefalsejava.lang.StringThe ID of the component.

Variables
No Variables Defined.


© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.