I am using the JQuery
load() $("#list").load("test.do");
. it works fine when we I load the page for the frist time. but after that if i navigate back to some other module and come to back this page. load function does not fetching the updated content ie not calling the test.do again. Any help?
Thanks in advance
Kumar