automate « Refresh « JSP-Servlet Q&A





1. refresh automatically by back button    coderanch.com

Hi gurus. Well i have simple jsp page in which i am displaying n items (5 items per page)in same jsp page. Now the problem is that when i click next button(not browser)it shows next 5 items. Now when i click back button of browser it show me previous page but it is not refreshed it give exceptions when i add ...

4. Automatically refresh a jsp page    coderanch.com

5. refreshing the page automatically if the configuration file changes    coderanch.com

Hi All, Am trying to create a small web page in JSP in which it will get it css file name from a configuration file and load it , if the values in the confiugration file has been changed then this jsp page should be refreshed automically I have write and collect some code from the net but am getting some ...