Re: Displaying a progress message while processing a zone update

2011-04-15 Thread David Woods
Thanks guys. I am trying to avoid javascript and to do this with tapestry components, so the ProgressiveDisplay method that François suggested seems perfect. A bit of fiddling and it's working perfectly. For the record, and for future searchers, here is the code that I used: >From the tml: Dom

Re: Displaying a progress message while processing a zone update

2011-04-15 Thread François Facon
Use ProgressiveDisplay component? http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/ProgressiveDisplay.html see example http://lombok.demon.co.uk/tapestry5Demo/test/core/progressivedisplaydemosource or from tapestry test case http://tapestry-test.a

Re: Displaying a progress message while processing a zone update

2011-04-15 Thread LLTYK
rrive. Not sure how you'd stop the periodic part when you don't need it though. -- View this message in context: http://tapestry-users.832.n2.nabble.com/Displaying-a-progress-message-while-processing-a-zone-update-tp6275777p6275833.html Sent from the Tapestry Users mailing list a

Displaying a progress message while processing a zone update

2011-04-15 Thread David Woods
Hi, I'm just getting started with Tapestry5, and very impressed so far. I have a zone on my page containing a grid component that takes about 20 seconds to calculate the contents of. I don't want the loading of the page to hang while this occurs, so I initially have the contents of the zone hidde