我正在尝试使用JavaScript Orbeon嵌入API。在设置了转发*(我希望正确,首先是404,然后是CORS错误),现在表单被嵌入到页面中,但是表单不能工作,单击任何控件/按钮都会导致错误ORBEON.xforms.server.AjaxServer.Event is not a constructor。
更具体地说,单击控制台中的下一个页面按钮会产生如下结果:
xforms.js:2399
⌄ Uncaught TypeError: ORBEON.xforms.server.AjaxServer.Event is not a constructor
at HTMLDocument.focus (xforms.js:2399)
focus @ xforms.js:2399
---
xforms.js:2722
⌄ Uncaught TypeError: ORBEON.xforms.server.AjaxServer.Event is not a constructor
at HTMLDocument.click (xforms.js:2722)
click @ xforms.js:2722*转发的设置如下:
<VirtualHost *:443>
....
SSLProxyEngine on
RewriteEngine on
RewriteRule "^/orbeon/(.+)" "https://orbeon.server.ip/orbeon/$1" [P,L]发布于 2021-02-02 22:53:57
https://stackoverflow.com/questions/66018774
复制相似问题