Even though I say
setHeader("Caching","no-cache"); in my
servlet response
it still does not solve the problem and i have to reload the page to see the modified content
can anyone guess why this is happening. In this case the page reads a variable from the javascript file and the servlet updates the .js file but the variable is still being cached by the client.
manav