hello, im using the FusionChart with Spring MVC, all works good for now, but i encountered a problem.
i have a search box in the web which provides a date from/to search fonctionality, the from/to dates wille be obtained by Spring mvc and it will go search in a mysql database, the search result will be encapsulated in xml format that fits the FusionChart require and sent to the page.
there is the problem, what should i do to only refresh the chart rather than refresh the whole page??? what is your strategy??
thank you.