For my reporting module, I am utilizing the google visualization API java wrapper along with image charts.
To pass the url of the generated chart to a servelet, I am using the getImageUrl()
method to retrieve the url and storing it in a javascript variable.
My question is how can I effectively pass this URL through ajax?