If you don't limit yourself to what Struts can do, you could use either XHR
(polling for data) or iframes (there is a trick to receive data as it becomes
available, without polling). It depends on how comfortable you are with
JavaScript.
John
On 1/21/11 1:12 AM, "Daniel Gerber" wrote:
Hi,
Use Execute and wait interceptor , there you can show the progress of
your processing in a wait page. as a example number of results found
thanks emil
On Fri, Jan 21, 2011 at 1:12 AM, Daniel Gerber wrote:
> Hi,
> I'm currently implementing a very simple web application with Struts2. It
> bas
Take a look at the Execute and Wait Interceptor.
http://struts.apache.org/2.x/docs/execute-and-wait-interceptor.html
Johannes
Daniel Gerber wrote:
>
> Hi,
> I'm currently implementing a very simple web application with Struts2. It
> basically works as follows: A user enters two keywords in t
Hi,
I'm currently implementing a very simple web application with Struts2. It
basically works as follows: A user enters two keywords in the index.jsp page
and then, a rather complex algorithm (takes 15-30s to complete) gets started
with those two keywords as parameters and shows those results in