<html>
<head>
<style>
.hmmessage P
{
margin:0px;
padding:0px
}
body.hmmessage
{
FONT-SIZE: 10pt;
FONT-FAMILY:Tahoma
}
</style>
</head>
<body class='hmmessage'>Hi,<BR> <BR>I'm currently trying to share jsp templates (header, footer, etc) between different interdependent sites.  I currently have a module A1 where i use a <cms:include> tag to include a header, footer etc in each of the site jsps.  <BR> <BR><cms:include property="template" element="header" /><BR> <BR>This jsp template code itself calls various resources from the site via a <cms:contentload>.  the urls used here are all the site-relative to A1.<BR> <BR><cms:contentload collector="allInFolderDateReleasedDesc" param="/sites/mySite/abc/|xmlcontent|1" editable="false"><BR> <BR> <BR>what im trying to solve is that I have a new module A2 that i am working on that is dependent on A1.  I want to use the same header and footer templates from A1 in the new module, but i seem to be having problems because the templates are all site-relative to A1, and when executed in the context of A2, these paths are not resolveable.  <BR> <BR>any suggestions on how to resolve this issue?  thanks in advance.<BR> <BR>Frank<BR><br /><hr />Test your Star IQ <a href='http://club.live.com/red_carpet_reveal.aspx?icid=redcarpet_HMTAGMAR' target='_new'>Play now!</a></body>
</html>