Hi,
i need to monitor the progress of servlet's treatment.
i have a while loop executed in the servlet and i need to know the progress of its counter via the JSP page, this counter will be a progress bar counter so the user can know the servlet's progress.
so what i want to know how to get each counter's valus via JSP
Please help it's urgent