I've implemented a very simple / ugly progress bar in tapestry. You could use
your progress bar widget of choice to make it look prettier (jquery progress
/ bootstrap progress etc). Tasks are managed by the ProgressTaskManager
which is backed by Tapestry's ParallelExecutor.
Some interesting files:
A second option is to make use of Bootstrap's Progress Bar component, if you
are already using Bootstrap, this should be simple to implement.
http://twitter.github.com/bootstrap/components.html#progress
--
View this message in context:
http://tapestry.1045711.n5.nabble.com/Progress-bar-compone
Hi,
You can maybe use Tapestry5-jQuery, and create your own Progress Bar with
the jQuery UI Widget : http://jqueryui.com/progressbar/
Manu
2013/1/31 Athneria, Mahendra
> Hi All,
>
> I have to implement Progress bar in my project. I don't know whether
> Progress Bar is a component in tapestry