Problem I faced is that there are some variables which are going to be set in a thread at background but my JSP page has been loaded, i need to refresh page after 5 mins so that page reflect the new sessions variables without actually refreshing jsp page, please guide if ajax can help this ?
Haina Minawa
Ranch Hand
Joined: Oct 13, 2011
Posts: 119
posted
0
Vardan Gupta wrote:Hello,
Problem I faced is that there are some variables which are going to be set in a thread at background but my JSP page has been loaded, i need to refresh page after 5 mins so that page reflect the new sessions variables without actually refreshing jsp page, please guide if ajax can help this ?
Yes, Ajax comes to rescue here. Take a look at JQuery.