shinezee
Members-
Content count
11 -
Joined
-
Last visited
Everything posted by shinezee
-
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.
-
Data update (chart refreshing) using Spring MVC
shinezee replied to shinezee's topic in FusionCharts and JSP
great thanks for your help, i tryed out your solution and it wroks and now i can use a dynamic FusionChart with Spring Framewrok. -
Data update (chart refreshing) using Spring MVC
shinezee replied to shinezee's topic in FusionCharts and JSP
thank you, i will try it. -
Spring 3 offer 3 methods of configuration: xml(ur example), annotation and javaconfig(java based configuration). im trying spring mvc with javaconfig and still working on it.
-
it works good. I wonder how we can do the same thing with java configuration rather than xml conofiguration?
-
sorry, i've seen it
-
hello, thx for sharing. but do u have the code of the class chartcontroller?