I am a newbie her, so be nice to me please for asking stupid questions

I have a Java servlet:

@WebServlet("/chartData2")
public class googleChartPlot extends DataSourceServlet {

        private static final long serialVersionUID = 1L;

        @Override
        public DataTable generateDataTable(Query query, HttpServletRequest 
request) {
.......
        }
}

I have an html form that I want to send form data to chartData2. This will 
calculate a table, and pass the results back.

How do construct a visualization query that also sends form data for this 
servlet?

John

-- 
You received this message because you are subscribed to the Google Groups 
"Google Visualization API" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-visualization-api.
To view this discussion on the web visit 
https://groups.google.com/d/msgid/google-visualization-api/dac154cf-ca42-4f1c-9a1c-2a42dccb637e%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to