wait for a minitus and the page will go to ...
843836Dec 6 2003 — edited Dec 7 2003Hi everyone
I am writing a forum.I want that the page go to another page after wait 5 seconds. I means that when user click post he will go to a page " please wait 5 seconds,if you don't want to wait, click Here" Then the page will go to another page after 5 second. It like Javaranch forum!
But the problem is that I display the data using <html:logic Taglib.And I use "request.setAttribute("data",iterator)" the set the data to request.If I do above things Tomcat will says:"can't find data in any scope".
I know why this happen because there is not any data in request after the page redirect.
How to fix it? Anyone had thinked it?Help :rolleyes: