GWT and data visualization
Is it normal that using the query callback mechanism as outlined
here :
http://code.google.com/docreader/#p=gwt-google-apis&s=gwt-google-apis&t=VisualizationGettingStarted
Would create a new script tag (see below) every time I re-load the
data with a button click for example :
<script type="text/javascript" src="http://spreadsheets.google.com/tq?
key=pWiorx-0l9mwIuwX5CbEALA&range=A1:B12&gid=0&headers=-1&tqx=reqId
%3A1"></script>
<script type="text/javascript" src="http://spreadsheets.google.com/tq?
key=pWiorx-0l9mwIuwX5CbEALA&range=A1:B12&gid=0&headers=-1&tqx=reqId
%3A2"></script>
Every time I refresh the dataset with a new query callback call. I get
a new script tag added to my header of the html... is this normal?
thanks in advance.
Rene
--
You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group.
To post to this group, send email to google-web-toolkit@googlegroups.com.
To unsubscribe from this group, send email to google-web-toolkit+unsubscribe@googlegroups.com.
For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
0 Comments:
Post a Comment
Subscribe to Post Comments [Atom]
<< Home