0
我有兩個新問題:登錄和XML Orbeon
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外形runner.jar,descompress和編輯login.xhtml和壓縮到新orbeon外形runner.jar但我recibe一個錯誤,當我開始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加載數據到數據下拉。
我跟着文檔中的例子來orbeon,並且執行這個動作(Load States)。
但是我需要在下拉菜單中加載我的數據我從哪裏開始?從文件到XML數據加載到DropDown的結構是什麼?
PD:我使用Tomcat 7和Centos的6.5
感謝avernet ... 1)我更新JAR和壓縮再次.JAR ......並運行良好的..但你的建議是最易前面...謝謝.. –
是,更新'jar'也可以;它只是更費時間,也因爲一般來說你需要重新啓動Tomcat,並且因爲需要更多的命令,所以更容易出錯。我很高興你有這個工作! – avernet