If I don't use a delay the wait.jsp is displayed on my input and success
results.
Because I don't want to display the wait.jsp on my input result I'm using a
delay.
If I use a delay (any length of time) the wait.jsp never displays.
Any ideas would be appreciated! Thank you.
<action name="search" class="com.struts.SomeClass">
<interceptor-ref name="execAndWait">
500
</interceptor-ref>
<result name="wait">/actions/wait.jsp</result>
<result name="input">/actions/SomeClass-input.jsp</result>
<result name="success">/actions/SomeClass-success.jsp</result>
</action>
--
View this message in context:
http://www.nabble.com/execAndWait-delay-issue-tp18832790p18832790.html
Sent from the Struts - User mailing list archive at Nabble.com.
---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]