Sent via BlackBerry by AT&T -----Original Message----- From: kawanka <[email protected]> Sender: "[email protected]" <[email protected]> Date: Tue, 13 Jul 2010 18:19:25 To: Google Web Toolkit<[email protected]> Reply-To: "[email protected]" <[email protected]> Subject: 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 [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en. -- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
