I have an operation that needs to be executed that could take a couple of minutes and so i'd like to provide a page where at first it displays a waiting message while the operation is getting executed and then if shows the result of that operation, using ajax so that i don't have to go to another page.
Any ideas about the best way to do this ? If i bind the process execution to any phase of the page lifecycle it will always be executed before it renders anything and i loose control on how to update the page once the operation is complete. Thanks. --------------------------------------------------------------------- To unsubscribe, e-mail: users-unsubscr...@tapestry.apache.org For additional commands, e-mail: users-h...@tapestry.apache.org