include directive
JSP include action
and JSTL import tag
The include directive provides static inclusion. It adds the content of the resource specified by its file attribute, which could be HTML, JSP, or any other resource at translation time.
Any change you make in the file to be included after JSP is translated will not be picked up by the include directive.