I have a part of a jsp page with a bar containing multiple pictures, buttons and text, which I want to be the same on some multiple other pages too. How can I achieve it without "copy paste" of the elements and their functionality?
Asked
Active
Viewed 109 times
1 Answers
0
Of course you could use <jsp:include>
But do take a look at Apache tiles. This framework allows you to bundle multiple jsp fragments into a page layout.

Bhushan Bhangale
- 10,921
- 5
- 43
- 71