引用不存在的模型ID:autocomplete-model

时间:2013-02-07 07:15:05

标签: orbeon

问题发生在4.0.0 Beta 3

以下是嵌入在xf:group中的脚本片段(引用不同的模型),它是xxf:dialog的一部分。

<fr:autocomplete id="bookingDescription" ref="summary" class="bookingDescriptor" dynamic-itemset="false" max-results-displayed="25" show-full-itemset-dropdown="true">
    <xf:label></xf:label>
    <xf:itemset model="coreModel" nodeset="instance('appointmentList')/descriptions">
        <xf:label ref="name"/>
        <xf:value ref="name"/>
    </xf:itemset>                       
</fr:autocomplete>

当通过X按钮关闭对话框或xxf:在操作中隐藏时,我们会遇到标题中提到的问题。这发生在xforms-disable处理程序进程中。由于xforms上下文Stack中的validationException错误而出现。

有什么想法吗?

1 个答案:

答案 0 :(得分:0)

这看起来像个错误。我在跟踪器中创建了an issue,您可以观看该线程以获得更新。