Skip navigation links
JViews TGO
Tag dataSource
The data source faces component provides access to the business data that is to be displayed on the network view or equipment view faces components. It should be set directly on the network view or equipment view faces components as it exposes an IlpAbstractDataSource
as a JSF
component. The actual data source component can be accessed via its value
attribute.
Usage
<jvtf:dataSource
id="dataSource"
value="#{dataSourceBean}" />
...
<jvtf:networkView
id="network"
context="#{context}"
dataSourceId="dataSource"/>
DHTML - JavaScript Types
This component has no JavaScript
representation.
JSF Component Class
IltFacesDataSource
Tag Information |
Tag Class | ilog.tgo.faces.datasource.dhtml.taglib.IltFacesDataSourceTag |
TagExtraInfo Class | None |
Body Content | JSP |
Display Name | 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. |
id | true | false | java.lang.String | The ID of this component, which is used to connect it to a JViews TGO Faces (network or equipment) component. |
value | false | false | java.lang.String | The value binding expression linking this component to an implementation of 'IlpAbstractDataSources' bean. |
Variables |
No Variables Defined. |
Skip navigation links
© Copyright Rogue Wave Software Inc. 1997, 2018. All Rights Reserved.