英文:
Orbeon Forms: Global/Application Libraries and Actions & Dialogs
问题
我们刚刚意识到,嵌入在全局或应用程序库(GL/AL)中的任何操作/对话在表单中使用这些模板部分时不起作用(请参见此处)。
这些操作位于</xf:instance>
和</xf:model>
标签之间。而对话位于XML代码底部的最后一个</fr:section>
标签之前。
是否有解决此问题的方法,或者您可以提供任何建议。
提前感谢。
PeteA
英文:
We've just come to realise that any Actions/Dialogs that are embedded in the Global or Application Libraries (GL/AL) do not work when these template sections are used in the forms (see here).
The actions are between the </xf:instance>
and </xf:model>
labels. And the dialogs are before the last </fr:section>
label at the bottom of the XML code.
Is there any workarounds for this issue, or any advice you can offer.
Thanks in advance.
PeteA
答案1
得分: 1
我怀疑您正在提到使用action syntax的自定义代码或者您添加到表单源代码中的自定义对话框。
截止到本文写作时,对于支持动作语法的工作已经基本完成,计划在Orbeon Forms 2023.1中实现,并计划将其回溯到2022.1版本。您可能希望查看问题#4814以获取最新信息。
英文:
I suspect that you are referring to custom code using the action syntax or custom dialogs that you added to the source of the form.
As of this writing, supporting the action syntax is already mostly implemented, and is currently planned for Orbeon Forms 2023.1, and a backport to the 2022.1 is also planned. You might want to check issue #4814 for the most up-to-date information.
通过集体智慧和协作来改善编程学习和解决问题的方式。致力于成为全球开发者共同参与的知识库,让每个人都能够通过互相帮助和分享经验来进步。
评论