Home


2.5.5 JSP includes and forwards

Suppose you have some common HTML code that you want to appear on every page, such as a navigator or header. You could copy the code into each HTML and JSP file, but if it changed, you would have to find all the files that used it and update each of them. It would be much easier to have one copy and include it everywhere you need it - and JSP developers do exactly that.

+

Search Tips   |   Advanced Search