I am reading the http://www.smartclient.com/smartgwt/SmartGWT_Quick_Start_Guide.pdf , and trying to follow the http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds - neither of them explains how to determine what the contents of the "HTML bootstrap" file should be.
If I copy the one from the http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds it contains this, which has to be changed, but how do I determine what I should use:
(the "com.smartgwt.sample.showcase.Showcase.nocache.js" part cannot be correct for me.)
thanks
Paul
If I copy the one from the http://www.smartclient.com/smartgwtee/showcase/#simple_custom_ds it contains this, which has to be changed, but how do I determine what I should use:
Code:
<script type="text/javascript" language="javascript" src="com.smartgwt.sample.showcase.Showcase.nocache.js"></script>
thanks
Paul
Comment