IIRC working with OFC, you can either specify the data directly in the page when it's loaded, or tell it how to call back to your server to get it's data.
So, you can either: 1 - tell it to call back to your server for data, and then, IF it has a method for telling it to reload it's data, call that from a JavaScript setTimeout.... 2 - do what you said and reload the entire swf every X seconds - should work as long as you also refresh the data source -- Jeremy Thomerson http://www.wickettraining.com 2009/10/9 zabian <zabia...@gmail.com> > Hi there, > another problem on my way... > I want to implement a dynamic chart, ie. refreshing its model every 5 sec > and showing updated values. > I found nice solution for charts - open flash charts and would be great if > i use it. > There is wicket integration solution over here: > http://cwiki.apache.org/WICKET/open-flash-chart-and-wicket.html. > The problem is that it just generates the chart once, doesn't update its > model. > I can imagine it needs to comunicate via ajax but no idea how to do it. > Did anyone face sth similar? > I was trying to use dumb solution - ajax updating of swf panel, but of > course it didn't worked out. > > Any help appreciated. > > Regards, > Wojtek > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscr...@wicket.apache.org > For additional commands, e-mail: users-h...@wicket.apache.org > >