This absolute uri (<a href="http://www.opensymphony.com/sitemesh/decora
Bob Baker <[email protected]>
| Newsgroups | gmane.comp.web.sitemesh.general |
|---|---|
| Message-ID | <29325203.1112832760241.JavaMail.os-j2ee@opensymphony01.contegix.com> |
James,
I've gotten everything to work now, after playing around with it some more. Thanks for the suggestion! My web.xml entries look like this
<taglib>
<taglib-uri>/WEB-INF/tlds/sitemesh-page.tld</taglib-uri>
<taglib-location>/WEB-INF/tlds/sitemesh-page.tld</taglib-location>
</taglib>
<taglib>
<taglib-uri>/WEB-INF/tlds/sitemesh-decorator.tld</taglib-uri>
<taglib-location>/WEB-INF/tlds/sitemesh-decorator.tld</taglib-location>
</taglib>
And the taglib directives in my decorator look like this.
<%@ taglib uri="/WEB-INF/tlds/sitemesh-decorator.tld" prefix="decorator" %>
<%@ taglib uri="/WEB-INF/tlds/sitemesh-page.tld" prefix="page" %>
This works in both Tomcat 4.1.29 and 5.0.18.
---------------------------------------------------------------------
Posted via Jive Forums
http://forums.opensymphony.com/thread.jspa?threadID=1326&messageID=4223#4223
---------------------------------------------------------------------
To unsubscribe, e-mail: [email protected]
For additional commands, e-mail: [email protected]