这是我查找记录并在列表中显示的代码 这给我标签错误。 我们如何使用带有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>
请快速给我答复