<jsp: include> cannot relate to css
843840Oct 6 2008 — edited Oct 9 2008I created a jsp file (navigator.jsp) which uses css and it worked alright. I tried to include navigator.jsp in another jsp file namely layout.jsp.....The code of layout.jsp looks some thing like this
<body>
<jsp:include page="navigator.jsp" flush="true"/>
</body>.
When layout.jsp is run, the contents of navigator.jsp gets displayed without the effect of the css. In other words the css file is completely ignored. Is there anything to add in layout.jsp? Please help.