Hi, I'm trying to implement a sitemesh decorator in my site. The example on their site has a full URI linking to their site for the taglib part of the decorator file:
<%@ taglib uri="http://www.opensymphony.com/sitemesh/decorator" prefix="decorator" %>
Does this mean that my site is reliant on being able to access that site? Because i want to deploy inside an intranet which can't access the outside world.
Thanks