Link to home
Start Free TrialLog in
Avatar of toharikr
toharikr

asked on

Refreshing page in struts jsp

My requirement is refresh the jsp page in struts for every 60 Sec.
Can anybody please provide me the code which i need to put in jsp..Please note that i do not want to resubmit the page. I just want to refresh the page.
ASKER CERTIFIED SOLUTION
Avatar of boonleng
boonleng
Flag of Malaysia image

Link to home
membership
This solution is only available to members.
To access this solution, you must be a member of Experts Exchange.
Start Free Trial
Avatar of toharikr
toharikr

ASKER

I think this tag will resubmit the page.  My requirement is to just refresh the page.
> I think this tag will resubmit the page.  My requirement is to just refresh the page.

Have you tried setting the url in the tag? this is equivalent to url redirect.
<meta http-equiv="refresh" content="10;url=http://someurl" />