Thanks a bunch Luca. I inherited quite some messy code before the old developer said goodbye. So far the big architectural issues in the Data Access and Logic layers have been cleaned up, but the problems in the view still exist. I will live with this issue for now and refactor the view later to use JSF subviews instead of static includes.
Best regards, Chris Luca Cicale wrote: > > Hi, > "<[EMAIL PROTECTED]" is a static include, that is at compile time the compiled > code > of the INCLUDED jsp is simply copied. > But if you change a included jsp/servlet after the INCLUDING page has been > compiled, well, nothing happens in the INCLUDING. > You have to touch (modify something) the including jsp to make it > recompiled > with the included modified code. > An other option is to dinamically include the page using: > > "<jsp:include" > > but it is really a different behaviour. Every time the including is called > it dinamically recall the included one. > > -- View this message in context: http://www.nabble.com/Servlet-Caching-tp18942690p18947740.html Sent from the Tomcat - User mailing list archive at Nabble.com. --------------------------------------------------------------------- To start a new topic, e-mail: users@tomcat.apache.org To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]