Search code examples
javahtmljspjspinclude

Multiple <head> <body> tags in the jsp page


I have jsp page, that include multiple jsp pages. And in result i have multiple <head> <body> tags in the main jsp page. Everything is working, but I've read that multiple tags on one page not recomended.

So, is it any solution for merge all <head> <body> tags to one? And is it neccessary to merge?

I saw some related question there, but there it were solutions.

Thaks =)


Solution

  • Just remove the duplicate tags from included jsps.