For eg: If I have a navigation section with a number of links/buttons in it and this needs to be included in several pages (jsps), what is the best way to do this in a maintainable fashion? Would I do this by a jsp include?
Asked
Active
Viewed 53 times
1 Answers
0
yes doing <jsp:include>
would be a good option .. including same section in several pages would result in reusability of ur section..and moreover its an easy task to do that ..

Vishal Sharma
- 112
- 2
- 9