[OFBiz] SVN: r6591 - trunk/framework/webtools/webapp/webtools/print
jaz@svn.ofbiz.org
jaz at svn.ofbiz.org
Thu Jan 26 01:30:28 CST 2006
Author: jaz
Date: 2006-01-26 01:30:26 -0600 (Thu, 26 Jan 2006)
New Revision: 6591
Modified:
trunk/framework/webtools/webapp/webtools/print/printStart.ftl
Log:
changed to use proper method; old method was removed
Modified: trunk/framework/webtools/webapp/webtools/print/printStart.ftl
===================================================================
--- trunk/framework/webtools/webapp/webtools/print/printStart.ftl 2006-01-26 07:21:36 UTC (rev 6590)
+++ trunk/framework/webtools/webapp/webtools/print/printStart.ftl 2006-01-26 07:30:26 UTC (rev 6591)
@@ -25,7 +25,7 @@
*@version $Rev$
*@since 3.5
-->
-<#assign serverRoot = Static["org.ofbiz.base.util.UtilHttp"].getInitialServerRootUrl(request)>
+<#assign serverRoot = Static["org.ofbiz.webapp.control.RequestHandler"].getDefaultServerRootUrl(request, false)>
<#assign resetCookie = request.getParameter("reset-cookies")?default("false")>
<#assign serverHost = request.getServerName()>
<#assign screenMap = (requestAttributes.screenPrinterMap)?if_exists>
More information about the Svn
mailing list