Skip to Main Content

Java EE (Java Enterprise Edition) General Discussion

Announcement

For appeals, questions and feedback about Oracle Forums, please email oracle-forums-moderators_us@oracle.com. Technical questions should be asked in the appropriate category. Thank you!

Interested in getting your voice heard by members of the Developer Marketing team at Oracle? Check out this post for AppDev or this post for AI focus group information.

<jsp: include> cannot relate to css

843840Oct 6 2008 — edited Oct 9 2008
I 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.
Comments
Locked Post
New comments cannot be posted to this locked post.
Post Details
Locked on Nov 6 2008
Added on Oct 6 2008
16 comments
725 views