Tags 如何解决ofbiz屏幕出现的错误

Tags 如何解决ofbiz屏幕出现的错误,tags,ofbiz,Tags,Ofbiz,这是我查找记录并显示在列表中的代码 这给了我标签上的错误。 我们如何使用带有mandetory标签的屏幕 我怎样才能解决这个问题 <screen name="searchTransactionScreen"> <section> <actions> <set field="headerItem" value="FindTransaction"/>

这是我查找记录并显示在列表中的代码 这给了我标签上的错误。 我们如何使用带有mandetory标签的屏幕 我怎样才能解决这个问题

    <screen name="searchTransactionScreen">
            <section>
                <actions>
                    <set field="headerItem" value="FindTransaction"/><!-- this highlights the selected menu-item with name "main"-->
                    <set field="titleProperty" value="PageTitleOfTransaction"/>
                    <set field="ofbizDemoCtx" from-field="parameters"/>

                </actions>
                <widgets>
                    <decorator-screen name="TerpCommonDecorator" location="${parameters.mainDecoratorLocation}">
                        <decorator-section name="body">

                          my search option section where i am includeing the menu and screeen
                            <decorator-section name="search-options">
                                    <include-menu location="component://terp/widget/TerpMenus.xml" name="AddDataMenu"/>
                                    <include-form name="FindTransaction" location="component://terp/widget/TerpScreens.xml"/>   
                            </decorator-section>
                            <decorator-section name="search-results">
                                    <include-form name="ListTransactions" location="component://terp/widget/TerpScreens.xml"/>
                            </decorator-section>

                           </decorator-section>
                  </decorator-screen>
            </widgets>
            </section>
        </screen>

我的搜索选项部分,其中包括菜单和尖叫
请尽快给我答复