Hmmm,
The page should not fully reload itself... Only the components with a
partialTrigger on the poll should... About including the delay on the
indicator itself, I would not be against it as it's about the only real life
usage of the poll. We could even make progressIndicator extends poll maybe.
Regards,
~ Simon
On 10/5/06, Döring Markus <[EMAIL PROTECTED]> wrote:
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