我有两个新问题:
1)我配置orbeon表单以限制对用户的访问(使用tomcat)。这样做效果很好。But the Page for login is in english (I need view this page in Spanish) and the style from this page is bad.所以,有可能配置这个页面吗?
我想更新orbeon-form-runner.jar,解压缩并编辑login.xhtml,然后压缩到新的orbeon-form-runner.jar,但我在启动orbeon时收到一个错误:
这是错误:
At least one JAR was scanned for TLDs yet contained no TLDs. Enable debug logging for this logger for a complete list of JARs that were scanned but no TLDs were found in them. Skipping unneeded JARs during scanning can improve startup time and JSP compilation time.2.-我尝试从XML加载数据到动态数据dropdown。
我按照文档中的示例操作orbeon,并执行此操作(Load State)。
但是我需要在下拉列表中加载我的数据“我从哪里开始?”将数据从XML加载到DropDown的文件结构是什么?
PD:我使用Tomcat7和在Centos 6.5上运行的orbeon
发布于 2017-04-13 05:33:17
jar中提取该文件。然后,不把它放回jar中,只需将它放在resources/apps/fr/login.xhtml下分解的war中即可。在表单生成器中,您可以使用“文档中提取数据。例如:根据page about the dynamic dropdown.上的示例,选择为/states/state,标签为@name,值为@abbreviation
https://stackoverflow.com/questions/43373311
复制相似问题