[
https://issues.apache.org/jira/browse/OFBIZ-6402?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel&focusedCommentId=14556552#comment-14556552 ]
Adrian Crum commented on OFBIZ-6402:
------------------------------------
Christian,
I you want a single form, use the <form> widget, if you want a list or grid, use the <grid> widget. In both widgets, the type attribute is not needed. Your patch needs to be fixed.
To clarify,
{code}
<form type="list">
{code}
has been replaced by
{code}
<grid>
{code}
and
{code}
<form type="single">
{code}
has been replaced by
{code}
<form>
{code}
I hope that makes sense.
> Replace FTL at webtools/control/entitymaint with widgets
> --------------------------------------------------------
>
> Key: OFBIZ-6402
> URL:
https://issues.apache.org/jira/browse/OFBIZ-6402> Project: OFBiz
> Issue Type: Improvement
> Components: framework
> Affects Versions: Trunk
> Reporter: Christian Carlow
> Attachments: OFBIZ-6402_3.patch
>
>
--
This message was sent by Atlassian JIRA
(v6.3.4#6332)