Hello,
I have the following problem: I want to integrate an ajax progress bar component to a
j2ee application and I am in reference to the following
pattern (
https://bpcatalog.dev.java.net/nonav/ajax/progress-bar/design.html). It seems I need for the "task" component to return the percent. The problem I have is that I am calling a legacy method (i.e. as400) that does not return a percent as it is to me only a black-box. Here is a snippet of what it looks like to me:
At best I can know whether or not it is completed.
What do you advise I do bearing in mind I want to avoid using an indeterminate progress bar??
Thanks in advance,
Julien Martin.
[ January 08, 2007: Message edited by: Bear Bibeault ]