Nicolas Malin created OFBIZ-13330:
-------------------------------------

             Summary: Compound's form are loaded as ModelGrid in memory
                 Key: OFBIZ-13330
                 URL: https://issues.apache.org/jira/browse/OFBIZ-13330
             Project: OFBiz
          Issue Type: Bug
          Components: framework/widget
    Affects Versions: 24.09.04
            Reporter: Nicolas Malin
            Assignee: Nicolas Malin


If  you create a simple single form in a compound, when OFBiz load it in 
memory, the element create isn't a ModelForm but a ModelGrid.

This came from the object builder that analyze the xml tag name with the name 
space. In FormFactory::createModelForm 

*******

if ("form".equals(formElement.getTagName()) && ...) {

    return new ModelSingleForm( ...)
}

return new ModelGrid( ...)

*******

Or :  "wf:form" != "form"

Simple fix to remove the namespace from the analyze.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)

Reply via email to