You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@ofbiz.apache.org by "Jacques Le Roux (JIRA)" <ji...@apache.org> on 2009/09/04 00:38:57 UTC

[jira] Closed: (OFBIZ-2885) field are not set correctly

     [ https://issues.apache.org/jira/browse/OFBIZ-2885?page=com.atlassian.jira.plugin.system.issuetabpanels:all-tabpanel ]

Jacques Le Roux closed OFBIZ-2885.
----------------------------------

       Resolution: Fixed
    Fix Version/s: SVN trunk
                   Release Branch 9.04
         Assignee: Jacopo Cappellato

> field are not set correctly
> ---------------------------
>
>                 Key: OFBIZ-2885
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2885
>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework
>    Affects Versions: SVN trunk
>            Reporter: Matarazzo Angelo
>            Assignee: Jacopo Cappellato
>            Priority: Minor
>             Fix For: Release Branch 9.04, SVN trunk
>
>
> In component://common/widget/CommonScreens.xml#GlobalDecorator 
> these fields are setted 
>    <set field="headerTemplateLocation" from-field="layoutSettings.VT_HDR_TMPLT_LOC[0]" default-value="component://common/webcommon/includes/header.ftl"/>
>                 <set field="footerTemplateLocation" from-field="layoutSettings.VT_FTR_TMPLT_LOC[0]" default-value="component://common/webcommon/includes/footer.ftl"/>
>                 <set field="appbarTemplateLocation" from-field="layoutSettings.VT_NAV_TMPLT_LOC[0]" default-value="component://common/webcommon/includes/appbar.ftl"/>
>                 <set field="messagesTemplateLocation" from-field="layoutSettings.VT_MSG_TMPLT_LOC[0]" default-value="component://common/webcommon/includes/messages.ftl"/>
> but 
> component://common/webcommon/includes/header.ftl
> component://common/webcommon/includes/footer.ft
> component://common/webcommon/includes/appbar.ftl
> component://common/webcommon/includes/messages.ftl
> don't exist.

-- 
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.