2 Replies Latest reply on Dec 3, 2007 6:43 AM by hubaghdadi

    Execute and wait utility

    hubaghdadi

      Hi.
      WebWork has a very nice interceptor called execAndWaitInterceptor.
      http://www.opensymphony.com/webwork/api/com/opensymphony/webwork/interceptor/ExecuteAndWaitInterceptor.html
      You filled your search criteria filled, this search could take a lot of time to complete.
      When you submit the form, a new page (customized by you) is shown to the end user.
      This page could has some kind of image or text telling the user that the search is running.
      The previous interceptor runs at specific period, if the search is end, result page is shown.
      How to do the same thing in Seam?
      Thanks.