I¹m having an issue with the delay parameter on my execAndWait actions. I have set the delay to 8000 because my queries either take about 5 seconds or they take 2 minutes depending on he parameters.
But I¹m finding the server isn¹t waiting 8 seconds before displaying the wait page. In fact it seems to be around 3 seconds regards of the wait value I set. Here¹s the snaippet from struts.xml <interceptor-ref name="execAndWait"> <param name="delay">8000</param> </interceptor-ref> Any help would be appreciated. Z.