[ 
https://issues.apache.org/jira/browse/OFBIZ-2513?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=12712463#action_12712463
 ] 

Adrian Crum commented on OFBIZ-2513:
------------------------------------

Right. The problem occurs on line 355:

{code}
<if-empty field="pickMoveInfoMap.${groupName}.${groupName}">
{code}

where groupName is used as a property name. You'll have to experiment with 
different ways to make sure the property is interpreted as a String:

{code}
<if-empty field="pickMoveInfoMap[groupName][groupName]">
<!-- or -->
<if-empty field="pickMoveInfoMap['${groupName}']['${groupName}']">
{code}

    

> UEL exception occures when groupName starts with number in Picking
> ------------------------------------------------------------------
>
>                 Key: OFBIZ-2513
>                 URL: https://issues.apache.org/jira/browse/OFBIZ-2513
>             Project: OFBiz
>          Issue Type: Bug
>          Components: product
>    Affects Versions: SVN trunk
>            Reporter: Arun Patidar
>            Assignee: Vikas Mayur
>            Priority: Minor
>         Attachments: UEL-Exception.patch
>
>
> In facility -> Picking , when we group order by different options for 
> Picking, If shipmentMethodTypeId starts with a digit then it throws UEL 
> Exception on console and order is not picked..

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

Reply via email to