Re: [T5.2] Zone loading progress icon

2010-10-11 Thread Muhammad Mohsen
I wouldn't have got a more comprehensive answer. Thank you all for your time :) On Mon, Oct 11, 2010 at 2:32 PM, Christophe Cordenier < christophe.corden...@gmail.com> wrote: > Hi > > I did something like this by observing Tapestry Zone Events and CSS style > > > http://github.com/ccordenier/tape

Re: [T5.2] Zone loading progress icon

2010-10-11 Thread Christophe Cordenier
Hi I did something like this by observing Tapestry Zone Events and CSS style http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/java/com/tap5/hotelbooking/components/AjaxLoader.java http://github.com/ccordenier/tapestry5-hotel-booking/blob/master/src/main/webapp/static/hote

Re: [T5.2] Zone loading progress icon

2010-10-11 Thread Thiago H. de Paula Figueiredo
On Mon, 11 Oct 2010 12:23:51 -0300, Muhammad Mohsen wrote: Hi all, Hi! I was wondering if anyone had implemented a way to inform the client that a zone is being updated whether by form submission or an ordinary link ? Something like a progress icon may be ? I don't recall doing some

Re: [T5.2] Zone loading progress icon

2010-10-11 Thread Kalle Korhonen
Use ProgressiveDisplay component? http://tapestry.apache.org/tapestry5.1/tapestry-core/ref/org/apache/tapestry5/corelib/components/ProgressiveDisplay.html Kalle On Mon, Oct 11, 2010 at 8:23 AM, Muhammad Mohsen wrote: > Hi all, > > I was wondering if anyone had implemented a way to inform the cl

[T5.2] Zone loading progress icon

2010-10-11 Thread Muhammad Mohsen
Hi all, I was wondering if anyone had implemented a way to inform the client that a zone is being updated whether by form submission or an ordinary link ? Something like a progress icon may be ? Just to be interactive with the client. -- Muhammad Gelbana Java Software Programmer