hi,
I have the following line in my
JSP and the purpose is to refresh the same JSP after 2 seconds.I am using
struts framework. But after refreshing the page it takes me to the previous jsp. What else is need to add?
<meta http-equiv="refresh" content="2" url="et_carrier_void.jsp" charset=iso-8859-1">
Thanks,
Trupti