[ 
https://issues.apache.org/jira/browse/OFBIZ-11676?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=17119439#comment-17119439 ] 
ASF subversion and git services commented on OFBIZ-11676:
---------------------------------------------------------
Commit e4ee439e27e505d2ea32641e06b2fa4fa24a442e in ofbiz-framework's branch refs/heads/trunk from Olivier Heintz
[ 
https://gitbox.apache.org/repos/asf?p=ofbiz-framework.git;h=e4ee439 ]
Fixed: drop-down field not work when in a compound-widget file (OFBIZ-11676)
When, in ModelFormField, FieldInfoWithOptions (which read xml file ) is
call, test on tag name is done with getName() and not getLocalName() so
none "option" is recognize when field is declare on a compound-widget
file. getName() is change to getLocalName()
> drop-down field not work when in a compound-widget file
> -------------------------------------------------------
>
>                 Key: OFBIZ-11676
>                 URL: 
https://issues.apache.org/jira/browse/OFBIZ-11676>             Project: OFBiz
>          Issue Type: Bug
>          Components: framework/widget
>    Affects Versions: Trunk
>            Reporter: Olivier Heintz
>            Priority: Minor
>              Labels: framework, widget
>             Fix For: Trunk
>
>         Attachments: ModelFormField.java.patch
>
>
> When, in ModelFormField, FieldInfoWithOptions (which read xml file ) is call, test on tag name is done with getName() and not getLocalName() so none "option" is recognize when field is declare on a compound-widget file,
> This patch change getName to getLocalName
> [^ModelFormField.java.patch]
>  
--
This message was sent by Atlassian Jira
(v8.3.4#803005)