posted 22 years ago
I am including a menu bar with the following piece of code:
<%@ include file="menu.jsp" %>
This works fine, but if I make a change to the menu.jsp then the change does not show up when viewing the file that includes it.
How is it possible to do this please? (other then removing the include statement, 're-compiling' the .jsp and then putting the statement back in again! )
TIA