For your specific use case, displaying the server time on the page, would
you not be better off to initialize a value to the current server time upon
initial page display, and then use a JS widget to increment/refresh the time
field on the client side?  This would save a lot of unnecessary network
traffic, unless there is a compelling reason to have absolute
synchronization between what is displayed and the actual time on the server.
The variance would be sub one second with this approach, and you would not
require zone updating etc.

Regards,
Jim.

-----Original Message-----
From: iberck [mailto:ibe...@gmail.com] 
Sent: 16 October 2010 22:30
To: users@tapestry.apache.org
Subject: Re: [T5] Complexity for simple things, where is the documentation?


Thank you very much for your time and your responses

In this example, 
what happend if I want to learn mixins for create my own, where is the
official documentation?
Must I necessarily download and understand the source code of
Autocompletemixin for learn?

I think not all users are used to download the source code of the frameworks
for learning

-- 
View this message in context:
http://tapestry.1045711.n5.nabble.com/T5-Complexity-for-simple-things-where-
is-the-documentation-tp3214893p3215542.html
Sent from the Tapestry - User mailing list archive at Nabble.com.

---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org



---------------------------------------------------------------------
To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org
For additional commands, e-mail: users-h...@tapestry.apache.org

Reply via email to