The problem is likely caused by your URL - I'd try something like href="<c:url value="/decorators/style.css"/>".
Matt On Thu, Jul 10, 2008 at 8:39 AM, wskent <[EMAIL PROTECTED]> wrote: > > I have sitemesh working the way I want on jsp's in my root directory, but am > having a problem getting the style sheet applied to sub directories. The > rest of the decorator is being applied to all of the pages as desired. Here > is the where the style sheet is defined in my decorator jsp - > <head> > <%@ include file="/includes/meta.jsp"%> > <link rel="stylesheet" type="text/css" media="all" > href="./decorators/style.css" /> > <decorator:head/> > </head> > > Any ideas on what may be causing this problem? > -- > View this message in context: > http://www.nabble.com/Sitemesh-style-sheet-problem-tp18385563s2369p18385563.html > Sent from the AppFuse - User mailing list archive at Nabble.com. > > > --------------------------------------------------------------------- > To unsubscribe, e-mail: [EMAIL PROTECTED] > For additional commands, e-mail: [EMAIL PROTECTED] > > --------------------------------------------------------------------- To unsubscribe, e-mail: [EMAIL PROTECTED] For additional commands, e-mail: [EMAIL PROTECTED]
