Load the DataSource definition client-side by including the following line in the body of your GWT host html file.
<script src='sc/DataSourceLoader?dataSource=employees,supplyItem'></script>
Specify a comma separated list of DataSource ID's for the dataSource parameter. The above line would load the employees and supplyItem datasources from the server.
<script src='sc/DataSourceLoader?dataSource=employees,supplyItem'></script>
Specify a comma separated list of DataSource ID's for the dataSource parameter. The above line would load the employees and supplyItem datasources from the server.
Leave a comment: