You are viewing a plain text version of this content. The canonical link for it is here.
Posted to user@struts.apache.org by Zoran Avtarovski <zo...@sparecreative.com> on 2008/10/28 00:00:25 UTC

ExecAndWait Error

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.