如何在jsf 2.0中停止RichFaces Skin

时间:2014-03-12 14:53:48

标签: css jsf-2 richfaces

我在jsf中遇到皮肤问题。我想使用我的样式css而不是RichFaces的皮肤。我将此代码添加到web.xml中:

 <context-param>  
     <param-name>org.richfaces.enableControlSkinning</param-name>  
     <param-value>false</param-value>  
 </context-param>

 <context-param>
     <param-name>org.richfaces.skin</param-name>
     <param-value>plain</param-value>
 </context-param>

但我仍然遇到input[type=submit]的问题。我该如何阻止RichFaces Skin?

提前致谢

0 个答案:

没有答案