Resolved.

I imported
import com.google.visualization.datasource.datatable.DataTable;
import com.google.visualization.datasource.query.Query;
on server and client side and removed
import com.google.gwt.visualization.client.DataTable;
import com.google.gwt.visualization.client.Query;

On 23 Nov., 08:50, none <[email protected]> wrote:
> I found that I imported
>
> import com.google.visualization.datasource.datatable.DataTable;
> import com.google.visualization.datasource.query.Query;
> on the server side
> and
> import com.google.gwt.visualization.client.DataTable;
> import com.google.gwt.visualization.client.Query;
> on the client side
> which results in a type mismatch of dataTable
> (visualization.datasource.datatable.DataTable).
> and DataTable (gwt.visualization.client.DataTable).
>
> I imported the gwt.* in the servlet, but CsvDataSourceHelper
> asks for type dataTable...
>
> Any advice on this?
> Thanks in advance
>
> On 22 Nov., 09:57, none <[email protected]> wrote:
>
>
>
>
>
>
>
> > I created an Interface to csvdatasourceservlet in GWT according to the
> > advanced stockwatcher tutorial. In Eclipse, httpservletrequest gets
> > labelled as missing in the source path, but only on the client part,
> > in the interface to csvdatasourceservlet. Importing javax.* doesn't
> > help. How can the csvdatasourceservlet- example (http://
> > code.google.com/intl/de-DE/apis/visualization/documentation/dev/
> > dsl_csv.html) correctly be implemented in GWT? Thanks.

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" 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-visualization-api?hl=en.

Reply via email to