|
View:
New views
11 Messages
—
Rating Filter:
Alert me
|
|
|
TimerTask WICKETHi,
i want set a TimerTask scheduler in the page, but the exception in thread Timer-1 was throws. Any examples to view? --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETWhat do you want the timer task to do exactly?
On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi <francesco.izzi@...> wrote: > Hi, > i want set a TimerTask scheduler in the page, but the exception in thread > Timer-1 was throws. > > Any examples to view? > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETJames Carman ha scritto:
> What do you want the timer task to do exactly? > > On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi <francesco.izzi@...> wrote: > >> Hi, >> i want set a TimerTask scheduler in the page, but the exception in thread >> Timer-1 was throws. >> >> Any examples to view? >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > execute a script file. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETYou want it to update in the browser? You'd probably want to use an
AjaxSelfUpdatingTimerBehavior for that. On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi <francesco.izzi@...> wrote: > James Carman ha scritto: >> >> What do you want the timer task to do exactly? >> >> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi <francesco.izzi@...> >> wrote: >> >>> >>> Hi, >>> i want set a TimerTask scheduler in the page, but the exception in thread >>> Timer-1 was throws. >>> >>> Any examples to view? >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > I wont update the JfreeChart image that changed with the timettask execute a > script file. > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETJames Carman ha scritto:
> You want it to update in the browser? You'd probably want to use an > AjaxSelfUpdatingTimerBehavior for that. > > On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi <francesco.izzi@...> wrote: > >> James Carman ha scritto: >> >>> What do you want the timer task to do exactly? >>> >>> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi <francesco.izzi@...> >>> wrote: >>> >>> >>>> Hi, >>>> i want set a TimerTask scheduler in the page, but the exception in thread >>>> Timer-1 was throws. >>>> >>>> Any examples to view? >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >>> >> I wont update the JfreeChart image that changed with the timettask execute a >> script file. >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKET// To refresh every 10 secs.
mycomponent.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); On Tue, Jul 8, 2008 at 9:21 AM, Francesco Izzi <francesco.izzi@...> wrote: > James Carman ha scritto: >> >> You want it to update in the browser? You'd probably want to use an >> AjaxSelfUpdatingTimerBehavior for that. >> >> On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi <francesco.izzi@...> >> wrote: >> >>> >>> James Carman ha scritto: >>> >>>> >>>> What do you want the timer task to do exactly? >>>> >>>> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi >>>> <francesco.izzi@...> >>>> wrote: >>>> >>>> >>>>> >>>>> Hi, >>>>> i want set a TimerTask scheduler in the page, but the exception in >>>>> thread >>>>> Timer-1 was throws. >>>>> >>>>> Any examples to view? >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>> For additional commands, e-mail: users-help@... >>>>> >>>>> >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> >>> I wont update the JfreeChart image that changed with the timettask >>> execute a >>> script file. >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > Yes in the browser, you can give me an examples? > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETJames Carman ha scritto:
> // To refresh every 10 secs. > mycomponent.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); > > On Tue, Jul 8, 2008 at 9:21 AM, Francesco Izzi <francesco.izzi@...> wrote: > >> James Carman ha scritto: >> >>> You want it to update in the browser? You'd probably want to use an >>> AjaxSelfUpdatingTimerBehavior for that. >>> >>> On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi <francesco.izzi@...> >>> wrote: >>> >>> >>>> James Carman ha scritto: >>>> >>>> >>>>> What do you want the timer task to do exactly? >>>>> >>>>> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi >>>>> <francesco.izzi@...> >>>>> wrote: >>>>> >>>>> >>>>> >>>>>> Hi, >>>>>> i want set a TimerTask scheduler in the page, but the exception in >>>>>> thread >>>>>> Timer-1 was throws. >>>>>> >>>>>> Any examples to view? >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>> For additional commands, e-mail: users-help@... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>> For additional commands, e-mail: users-help@... >>>>> >>>>> >>>>> >>>>> >>>>> >>>> I wont update the JfreeChart image that changed with the timettask >>>> execute a >>>> script file. >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >>> >> Yes in the browser, you can give me an examples? >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > JFreeChartImage img = new JFreeChartImage("img",new GraficoBrillanza...) img.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); but i dont see the browser refresh --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETDoes the image resource know to refresh itself?
On Tue, Jul 8, 2008 at 9:34 AM, Francesco Izzi <francesco.izzi@...> wrote: > James Carman ha scritto: >> >> // To refresh every 10 secs. >> mycomponent.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); >> >> On Tue, Jul 8, 2008 at 9:21 AM, Francesco Izzi <francesco.izzi@...> >> wrote: >> >>> >>> James Carman ha scritto: >>> >>>> >>>> You want it to update in the browser? You'd probably want to use an >>>> AjaxSelfUpdatingTimerBehavior for that. >>>> >>>> On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi >>>> <francesco.izzi@...> >>>> wrote: >>>> >>>> >>>>> >>>>> James Carman ha scritto: >>>>> >>>>> >>>>>> >>>>>> What do you want the timer task to do exactly? >>>>>> >>>>>> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi >>>>>> <francesco.izzi@...> >>>>>> wrote: >>>>>> >>>>>> >>>>>> >>>>>>> >>>>>>> Hi, >>>>>>> i want set a TimerTask scheduler in the page, but the exception in >>>>>>> thread >>>>>>> Timer-1 was throws. >>>>>>> >>>>>>> Any examples to view? >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>> For additional commands, e-mail: users-help@... >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>> For additional commands, e-mail: users-help@... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> >>>>> I wont update the JfreeChart image that changed with the timettask >>>>> execute a >>>>> script file. >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>> For additional commands, e-mail: users-help@... >>>>> >>>>> >>>>> >>>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> >>> Yes in the browser, you can give me an examples? >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > I test with > > JFreeChartImage img = new JFreeChartImage("img",new GraficoBrillanza...) > img.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); > > but i dont see the browser refresh > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETJames Carman ha scritto:
> Does the image resource know to refresh itself? > > On Tue, Jul 8, 2008 at 9:34 AM, Francesco Izzi <francesco.izzi@...> wrote: > >> James Carman ha scritto: >> >>> // To refresh every 10 secs. >>> mycomponent.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); >>> >>> On Tue, Jul 8, 2008 at 9:21 AM, Francesco Izzi <francesco.izzi@...> >>> wrote: >>> >>> >>>> James Carman ha scritto: >>>> >>>> >>>>> You want it to update in the browser? You'd probably want to use an >>>>> AjaxSelfUpdatingTimerBehavior for that. >>>>> >>>>> On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi >>>>> <francesco.izzi@...> >>>>> wrote: >>>>> >>>>> >>>>> >>>>>> James Carman ha scritto: >>>>>> >>>>>> >>>>>> >>>>>>> What do you want the timer task to do exactly? >>>>>>> >>>>>>> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi >>>>>>> <francesco.izzi@...> >>>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>>> Hi, >>>>>>>> i want set a TimerTask scheduler in the page, but the exception in >>>>>>>> thread >>>>>>>> Timer-1 was throws. >>>>>>>> >>>>>>>> Any examples to view? >>>>>>>> >>>>>>>> --------------------------------------------------------------------- >>>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>>> For additional commands, e-mail: users-help@... >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>> For additional commands, e-mail: users-help@... >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> I wont update the JfreeChart image that changed with the timettask >>>>>> execute a >>>>>> script file. >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>> For additional commands, e-mail: users-help@... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>> For additional commands, e-mail: users-help@... >>>>> >>>>> >>>>> >>>>> >>>>> >>>> Yes in the browser, you can give me an examples? >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >>> >> I test with >> >> JFreeChartImage img = new JFreeChartImage("img",new GraficoBrillanza...) >> img.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); >> >> but i dont see the browser refresh >> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > > > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETMaybe your browser is caching the image because its URL remains the same.
You could add some random noise in your image URL as in NonCachingImage Cheers, Antoine. Francesco Izzi wrote: > James Carman ha scritto: >> Does the image resource know to refresh itself? >> >> On Tue, Jul 8, 2008 at 9:34 AM, Francesco Izzi >> <francesco.izzi@...> wrote: >> >>> James Carman ha scritto: >>> >>>> // To refresh every 10 secs. >>>> mycomponent.add(new >>>> AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); >>>> >>>> On Tue, Jul 8, 2008 at 9:21 AM, Francesco Izzi >>>> <francesco.izzi@...> >>>> wrote: >>>> >>>> >>>>> James Carman ha scritto: >>>>> >>>>> >>>>>> You want it to update in the browser? You'd probably want to use an >>>>>> AjaxSelfUpdatingTimerBehavior for that. >>>>>> >>>>>> On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi >>>>>> <francesco.izzi@...> >>>>>> wrote: >>>>>> >>>>>> >>>>>> >>>>>>> James Carman ha scritto: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> What do you want the timer task to do exactly? >>>>>>>> >>>>>>>> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi >>>>>>>> <francesco.izzi@...> >>>>>>>> wrote: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> Hi, >>>>>>>>> i want set a TimerTask scheduler in the page, but the exception in >>>>>>>>> thread >>>>>>>>> Timer-1 was throws. >>>>>>>>> >>>>>>>>> Any examples to view? >>>>>>>>> >>>>>>>>> --------------------------------------------------------------------- >>>>>>>>> >>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>>>> For additional commands, e-mail: users-help@... >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> --------------------------------------------------------------------- >>>>>>>> >>>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>>> For additional commands, e-mail: users-help@... >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> I wont update the JfreeChart image that changed with the timettask >>>>>>> execute a >>>>>>> script file. >>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> >>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>> For additional commands, e-mail: users-help@... >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>> For additional commands, e-mail: users-help@... >>>>>> >>>>>> >>>>>> >>>>>> >>>>>> >>>>> Yes in the browser, you can give me an examples? >>>>> >>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>> For additional commands, e-mail: users-help@... >>>>> >>>>> >>>>> >>>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>>> >>> I test with >>> >>> JFreeChartImage img = new JFreeChartImage("img",new GraficoBrillanza...) >>> img.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); >>> >>> but i dont see the browser refresh >>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> >> >> > Yes the image on JFreeChart Compontent will be change > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
|
|
Re: TimerTask WICKETyes is the issue! Use noncaching image...:)
Antoine Angenieux wrote: > Maybe your browser is caching the image because its URL remains the same. > > You could add some random noise in your image URL as in NonCachingImage > > Cheers, > > Antoine. > > Francesco Izzi wrote: >> James Carman ha scritto: >>> Does the image resource know to refresh itself? >>> >>> On Tue, Jul 8, 2008 at 9:34 AM, Francesco Izzi >>> <francesco.izzi@...> wrote: >>> >>>> James Carman ha scritto: >>>> >>>>> // To refresh every 10 secs. >>>>> mycomponent.add(new >>>>> AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); >>>>> >>>>> On Tue, Jul 8, 2008 at 9:21 AM, Francesco Izzi >>>>> <francesco.izzi@...> >>>>> wrote: >>>>> >>>>> >>>>>> James Carman ha scritto: >>>>>> >>>>>> >>>>>>> You want it to update in the browser? You'd probably want to >>>>>>> use an >>>>>>> AjaxSelfUpdatingTimerBehavior for that. >>>>>>> >>>>>>> On Tue, Jul 8, 2008 at 9:14 AM, Francesco Izzi >>>>>>> <francesco.izzi@...> >>>>>>> wrote: >>>>>>> >>>>>>> >>>>>>> >>>>>>>> James Carman ha scritto: >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>>> What do you want the timer task to do exactly? >>>>>>>>> >>>>>>>>> On Tue, Jul 8, 2008 at 8:58 AM, Francesco Izzi >>>>>>>>> <francesco.izzi@...> >>>>>>>>> wrote: >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>>> Hi, >>>>>>>>>> i want set a TimerTask scheduler in the page, but the >>>>>>>>>> exception in >>>>>>>>>> thread >>>>>>>>>> Timer-1 was throws. >>>>>>>>>> >>>>>>>>>> Any examples to view? >>>>>>>>>> >>>>>>>>>> --------------------------------------------------------------------- >>>>>>>>>> >>>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>>>>> For additional commands, e-mail: users-help@... >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>>> >>>>>>>>> --------------------------------------------------------------------- >>>>>>>>> >>>>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>>>> For additional commands, e-mail: users-help@... >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>>> >>>>>>>> I wont update the JfreeChart image that changed with the timettask >>>>>>>> execute a >>>>>>>> script file. >>>>>>>> >>>>>>>> --------------------------------------------------------------------- >>>>>>>> >>>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>>> For additional commands, e-mail: users-help@... >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>>> >>>>>>> --------------------------------------------------------------------- >>>>>>> >>>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>>> For additional commands, e-mail: users-help@... >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>>> >>>>>> Yes in the browser, you can give me an examples? >>>>>> >>>>>> >>>>>> --------------------------------------------------------------------- >>>>>> >>>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>>> For additional commands, e-mail: users-help@... >>>>>> >>>>>> >>>>>> >>>>>> >>>>> --------------------------------------------------------------------- >>>>> To unsubscribe, e-mail: users-unsubscribe@... >>>>> For additional commands, e-mail: users-help@... >>>>> >>>>> >>>>> >>>>> >>>> I test with >>>> >>>> JFreeChartImage img = new JFreeChartImage("img",new >>>> GraficoBrillanza...) >>>> img.add(new AjaxSelfUpdatingTimerBehavior(Duration.seconds(10))); >>>> >>>> but i dont see the browser refresh >>>> >>>> >>>> --------------------------------------------------------------------- >>>> To unsubscribe, e-mail: users-unsubscribe@... >>>> For additional commands, e-mail: users-help@... >>>> >>>> >>>> >>> >>> --------------------------------------------------------------------- >>> To unsubscribe, e-mail: users-unsubscribe@... >>> For additional commands, e-mail: users-help@... >>> >>> >>> >> Yes the image on JFreeChart Compontent will be change >> >> --------------------------------------------------------------------- >> To unsubscribe, e-mail: users-unsubscribe@... >> For additional commands, e-mail: users-help@... >> > > > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: users-unsubscribe@... > For additional commands, e-mail: users-help@... > -- -Wicket for love Nino Martinez Wael Java Specialist @ Jayway DK http://www.jayway.dk +45 2936 7684 --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscribe@... For additional commands, e-mail: users-help@... |
| Free Forum Powered by Nabble | Forum Help |