Orbeon Forms - 查找当前 Document_id
我想要一个显示当前 document_id
的文本框。是否有 XPath 表达式可以实现这一点?
I want to have a text box have the current document_id
displayed. Is there an XPath expression to get that?
如果你对这篇内容有疑问,欢迎到本站社区发帖提问 参与讨论,获取更多帮助,或者扫码二维码加入 Web 技术交流群。
绑定邮箱获取回复消息
由于您还没有绑定你的真实邮箱,如果其他用户或者作者回复了您的评论,将不能在第一时间通知您!
发布评论
评论(1)
以下 XPath 返回当前文档 ID,与您在通过单击摘要页面中的表单实例获得的编辑页面上的 URL 上看到的相同。
但请注意,如果您在计算表达式中使用此值,则对于新表单,只有在表单中完成更改后才会显示该值(例如,用户在字段中输入了值)。
The following XPath returns the current document id, the same that you see on the URL on the edit page you get by clicking on a form instance in the summary page.
Note however that if you use this in a calculated expression, for new forms, the value won't show until a change was done in the form (e.g. users entered a value in a field).