在EAR项目中使用richfaces 的tree

xiaoxiao2026-02-05  6

richfaces 的 tree 选中节点等功能中需要用到 UI包中的 UITree 等,需要把richfaces-impl.jar,richfaces-ui.jar加到ear的jar的lib中,并在项目的web-inf中添加jboss-web.xml: <!DOCTYPE jboss-web PUBLIC "-//JBoss//DTD Web Application 4.2//EN" "http://www.jboss.org/j2ee/dtd/jboss-web_4_2.dtd"> <jboss-web> <class-loading java2ClassLoadingCompliance="false"> <loader-repository> seam.jboss.org:loader=seamIntegration <loader-repository-config>java2ParentDelegation=false</loader-repository-config> </loader-repository> </class-loading> </jboss-web> Google中找到的贴子: http://www.jboss.org/index.html?module=bb&op=viewtopic&t=126041 http://seamframework.org/Community/ConfigureRichFacesForRichtree 相关资源:敏捷开发V1.0.pptx
转载请注明原文地址: https://www.6miu.com/read-5043722.html

最新回复(0)