I did a work around for this. Drop the following code in WEB-INF/web/layouts/html/navigation.ftl
<#assign home_url><@spring.url relativeUrl="${servletPath}/"/></#assign>
<#assign...
Type: Posts; User: jmcolyer; Keyword(s):
I did a work around for this. Drop the following code in WEB-INF/web/layouts/html/navigation.ftl
<#assign home_url><@spring.url relativeUrl="${servletPath}/"/></#assign>
<#assign...
I've seen this as well. Does anyone have any suggestions on the best workaround?