So I have my main JSP page which includes a number of sub-JSP pages hierarchically.
Some of these sub-JSP pages have scripts and styles that need to be included along with them, but I want the styles and the script tags to be in the head of the document.
Is this possible without using JavaScript?