Re: Progressive display on submit

2012-07-02 Thread David Canteros
As Thiago says, you can use throbbers. One good example (but using Zones) is provided by Howard on his blog. I tried it and works great! http://tapestryjava.blogspot.com.ar/2011/12/adding-ajax-throbbers-to-zone-updates.html Br -- Da

Re: Progressive display on submit

2012-07-01 Thread Thiago H de Paula Figueiredo
On Sun, 01 Jul 2012 09:22:12 -0300, liquid_sun wrote: Hi, Hi! I have submit form that needs about 2-3 seconds to execute (insert in database, send mail ...etc). How can I show progressive display while the whole code is executed and then return an Object (success.java). Is there any good