dataSourceSelect examples

This code example creates a drop down selection list containing all multidimensional data sources. The selection list appears with “Select a Data Source” as the first item. For a complete example that shows how to connect the selection to a DataBlox, see the “Ad Hoc Analysis using DataSourceSelectFormBlox” example under the FormBlox section.
<%@ taglib uri="bloxtld" prefix="blox"%>
<%@ taglib uri="bloxformtld" prefix="bloxform"%>
<HTML>
<head>
   <blox:header />
</head>
<body>
<bloxform:dataSourceSelect id="dataSourceName" 
   type="MDB" 
   nullDataSourceLabel="Select a Data Source">
</bloxform:dataSourceSelect>
</body>
</HTML>