Using ajaxtimer would mean an ajax call to server to get next data?
 That is not
what I want as the data are fixed and I'd want them loaded
in html once and a javascript would auto display them in turn
without ever going back to server.
 

>use a label and a ajaxtimer...
>
>[EMAIL PROTECTED] wrote:
>> Hello:
>> I wonder if wicket already has a component that would display a list of text 
>every n seconds, with the text list predefined  (not ajax call every n second) 
>so that I could use a java call like  
>> new NeonLabel(id,ListModel({ab, cd,ef}, Nseconds)
>> so that web page would display ab and cd and ef and ab every  N seconds.  I 
>have done that in raw javascript but wonder if wicket already has such a 
>component?
>> Thanks
>>   
>
>-- 
>Nino Martinez Wael
>Java Specialist @ Jayway DK
>http://www.jayway.dk
>+45 2936 7684
>
>
>---------------------------------------------------------------------
>To unsubscribe, e-mail: [EMAIL PROTECTED]
>For additional commands, e-mail: [EMAIL PROTECTED]
>

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to