TimerTask WICKET

View: New views
11 Messages — Rating Filter:   Alert me  

TimerTask WICKET

by Francesco Izzi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by jwcarman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by Francesco Izzi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by jwcarman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by Francesco Izzi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by jwcarman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

// 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 WICKET

by Francesco Izzi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by jwcarman :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by Francesco Izzi :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by Antoine Angénieux :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

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@...


Re: TimerTask WICKET

by Nino.Martinez :: Rate this Message:

Reply to Author | View Threaded | Show Only this Message

yes 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@...

LightInTheBox - Buy quality products at wholesale price