安装 Richfaces 后,“Palette”不显示 Richfaces 或 Ajax4Jsf 库
Posted
技术标签:
【中文标题】安装 Richfaces 后,“Palette”不显示 Richfaces 或 Ajax4Jsf 库【英文标题】:The "Palette" doesn't show Richfaces or Ajax4Jsf library after Richfaces installation 【发布时间】:2011-06-04 06:44:29 【问题描述】:我正在尝试将richfaces 添加到我的jsf 项目中。 我的 IDE 是 Eclipse Helios,Tomcat 6。我的项目设置为动态 Web 项目,配置了 JSF 1.2(Mojarra JSF API 实现), 将 jsf-facelets.jar、jstl-api-1.2.jar、jstl-impl-1.2.jar 添加到 web-inf/lib。
我有一个页面masterPage1.jsp,在将richfaces 库添加到web-inf/lib 之前它运行良好。 在我添加richfaces-api-3.3.3.final.jar、richfaces-impl-3.3.3.final.jar、richfaces-ui-3.3.3.final.jar、commons-beanutils-1.8.3.jar、commons之后-collections-3.2.1.jar、commons-digester-2.1.jar、commons-logging-1.1.1.jar。
“调色板”不显示 Richfaces 或 Ajax4Jsf 库。 我也关注 web.xml 中的代码
<context-param>
<param-name>org.richfaces.SKIN</param-name>
<param-value>blueSky</param-value>
</context-param>
<filter>
<display-name>RichFaces Filter</display-name>
<filter-name>richfaces</filter-name>
<filter-class>org.ajax4jsf.Filter</filter-class>
</filter>
<filter-mapping>
<filter-name>richfaces</filter-name>
<servlet-name>Faces Servlet</servlet-name>
<dispatcher>REQUEST</dispatcher>
<dispatcher>FORWARD</dispatcher>
<dispatcher>INCLUDE</dispatcher>
</filter-mapping>
谢谢大家。
【问题讨论】:
【参考方案1】:安装JBoss Tools Eclipse plugin。
【讨论】:
以上是关于安装 Richfaces 后,“Palette”不显示 Richfaces 或 Ajax4Jsf 库的主要内容,如果未能解决你的问题,请参考以下文章
Delphi IDE Tool Palette 中没有 kbmMW 表单组件