Cassio Pereira wrote:
You should use javascript to post your form from time to time using
the function "window.setInterval(function, milliseconds)" that you can
read about at http://www.w3.org/TR/Window/#timers.

If ou don't want the flickering effect that it causes, you could also
use Ajax with the timer.

There's also the meta tag, that can be used to refresh a page automatically. This technique is discouraged, though. See:

   http://en.wikipedia.org/wiki/META_refresh


-Dave



On 6/14/06, Pankaj Gupta <[EMAIL PROTECTED]> wrote:

I need to call a method from the action class that periodically
refreshes my page in struts application automatically. Can someone
please suggest how to do it?

regards,
Pankaj

---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]






---------------------------------------------------------------------
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]

Reply via email to