[
https://issues.apache.org/jira/browse/OFBIZ-8203?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=15477059#comment-15477059 ]
Montalbano Florian edited comment on OFBIZ-8203 at 9/9/16 1:26 PM:
-------------------------------------------------------------------
From what I saw, the attributes were put directly in the context map. For example, I tried to entity-one a WorkEffort from an chosen workEffortId and I could retrieve information about the result with
{code} ${context.workEffortId} {code}
or
{code} ${context.workEffortName} {code}
(from a form).
So it is not put in some map named with the entity name.
was (Author: florian m):
From what I saw, the attributes were put directly in the context map. For example, I tried to entity-one a WorkEffort from an chosen workEffortId and I could retrieve information about the result with ${context.workEffortId} or ${context.workEffortName} (from a form).
So it is not put in some map named with the entity name.
> Attribute 'value-field' must appear on element 'entity-one'
> -----------------------------------------------------------
>
> Key: OFBIZ-8203
> URL:
https://issues.apache.org/jira/browse/OFBIZ-8203> Project: OFBiz
> Issue Type: Bug
> Components: content, humanres
> Affects Versions: Trunk
> Reporter: Jacques Le Roux
>
> I have found 4 such issues:
> {code}
> XmlFileLoader: File file:/C:/projectASF-Mars/ofbiz/applications/content/widget/content/ContentForms.xml process error. Line: 235. Error message: cvc-complex-type.4: Attribute 'value-field' must appear on element 'entity-one'.
> XmlFileLoader: File file:/C:/projectASF-Mars/ofbiz/applications/content/widget/contentsetup/ContentSetupForms.xml process error. Line: 217. Error message: cvc-complex-type.4: Attribute 'value-field' must appear on element 'entity-one'.
> XmlFileLoader: File file:/C:/projectASF-Mars/ofbiz/applications/humanres/widget/forms/EmploymentAppForms.xml process error. Line: 27. Error message: cvc-complex-type.4: Attribute 'value-field' must appear on element 'entity-one'.
> XmlFileLoader: File file:/C:/projectASF-Mars/ofbiz/applications/humanres/widget/forms/PayGradeForms.xml process error. Line: 65. Error message: cvc-complex-type.4: Attribute 'value-field' must appear on element 'entity-one'.h
> {code}
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)