RE: [OFBiz] Users - Root directory of the templates
Posted by
Andrew Sykes on
URL: http://ofbiz.116.s1.nabble.com/OFBiz-Users-Root-directory-of-the-templates-tp136548p136553.html
Firas,
jpublish.xml is loaded in JPublishWrapper.java, here's an excerpt...
// create the site context
try {
//siteContext = new SiteContext(contextRoot,
servletConfig.getInitParameter("config"));
siteContext = new SiteContext(contextRoot, "WEB-
INF/jpublish.xml");
siteContext.setWebInfPath(webInfPath);
} catch (Exception e) {
Debug.logError(e, "Cannot load SiteContext",
module);
}
I guess you don't see the attributes being referenced because it's a
JPublish binary that actually refers to them.
Kind Regards
--
Andrew Sykes <
[hidden email]>
Sykes Development Ltd
_______________________________________________
Users mailing list
[hidden email]
http://lists.ofbiz.org/mailman/listinfo/users