O'Reilly Answers is a community site for sharing knowledge, asking questions, and providing answers that brings together our customers, authors, editors, conference speakers, and Foo (Friends of O'Reilly). More »
Depending on how you use it, you can associate CSS with a web page one of three ways. This excerpt from Christoper Schmitt's CSS Cookbook, Third Edition will review each method in detail.
If y...
Answered by odewahn1 : Nov 05 2009 01:37 PM
From a quick look at what's provided, it looks like you need to add "mul" at the front of the included path, like this:
<jsp:include page="/mul/manager/layout1.jsp"> <... full answer >