[
https://issues.apache.org/jira/browse/OFBIZ-2112?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12669418#action_12669418
]
Jacques Le Roux commented on OFBIZ-2112:
----------------------------------------
David suggestion :
One limitation of the dot syntax under UEL is that it treats the Map
entry keys as variable names, which I think causes this problem.
To get around it we may have to change the code and instead of using
something like answers.fieldName either use something like
answers[fieldName] or even answers.get(fieldName) if we have issues
with that.
> Minipol in eCommerce
> --------------------
>
> Key: OFBIZ-2112
> URL: https://issues.apache.org/jira/browse/OFBIZ-2112
> Project: OFBiz
> Issue Type: Bug
> Components: ecommerce
> Affects Versions: SVN trunk
> Reporter: Jacques Le Roux
> Assignee: Jacques Le Roux
> Priority: Minor
> Fix For: SVN trunk
>
>
> There is something wrong there not sure exactly what yet. For now I commited
> a workaround in r732296
--
This message is automatically generated by JIRA.
-
You can reply to this email to add a comment to the issue online.