Neil Grace

Greenhorn
+ Follow
since Oct 03, 2011
Merit badge: grant badges
For More
Cows and Likes
Cows
Total received
0
In last 30 days
0
Total given
0
Likes
Total received
0
Received in last 30 days
0
Total given
0
Given in last 30 days
0
Forums and Threads
Scavenger Hunt
expand Ranch Hand Scavenger Hunt
expand Greenhorn Scavenger Hunt

Recent posts by Neil Grace

Thanks for the reply. What I am trying to achieve is:

I want to show Page2.jsp based on a session attribute that will be set by the AJAX call from Page1.jsp. So I want to delay the displaying of page2.jsp and subsequent page unless I get response back from AJAX call made.
11 years ago
JSP
I have two includes in my jsp. What i want to do is make the second include after some delay. How can I do that? Thanks.

11 years ago
JSP