Hello,

The "completeStack" should be whatever your normal stack is, I think.

struts.xml
====================
<interceptor name="execAndWait" class="com.opensymphony.webwork.interceptor.ExecuteAndWaitInterceptor"/>

  <action name="*ProcessAction"  method="{1}" class="ProcessAction">
     <interceptor-ref name="completeStack" />
     <interceptor-ref name="execAndWait">
       <param name="delay">2000</param>
       <param name="delaySleepInterval">500</param>
     </interceptor-ref>
     <result name="wait">/wait.jsp</result>
     <result name="success" type="tiles">browse_action1</result>

Tiles.xml
==================
browse_action1  => point to browse.jsp

Till now, no running exception. But the page always stays "browse.jsp" while wait.jsp does not show at all.

Emi




---------------------------------------------------------------------
To unsubscribe, e-mail: user-unsubscr...@struts.apache.org
For additional commands, e-mail: user-h...@struts.apache.org

Reply via email to