What kind of web container did you use? is Tomcat? Weblogic? or Jboss?
It shouldn't like that, jsp file will auto update when you do some changes. Ant the change occurs when you send a new request, web container will first see if the jsp should update, and then jsp will display on the browser.
So make sure your browser will send a new request to get the newer jsp, may be that is the problem
|