Hello,
As far as I know (and can see) trinidad is using AJAX for different components
like the <tr:table> and other.
Why don't use the <tr:progressIndicator> AJAX?
In the demo there is a
<tr:poll interval="2000" id="pollid" />
in the page to make sure the progressBar is updated every 2 seconds and the
complete page reloads.
Would be nice to have something like
<tr:progressIndicator id="progressid" action="progressEnd"
value="#{progress.progressModel}" refreshRate="2000" />
And the progressBar updates itself every 2 seconds without reloading the
complete page.
Or do I miss something?
Greetings
Markus