我喜欢为jsf页面中的王牌组件( icefaces)添加css默认样式,我不知道我应该在jsf页面中包含css样式的路径。对于ice组件,我有以下css路径。
<link href="#{request.contextPath}/xmlhttp/css/rime/rime-portlet.css" rel="stylesheet" type="text/css"/>提前谢谢。
发布于 2012-05-16 21:56:36
这就是你要找的吗??http://wiki.icesoft.org/display/ICE/ace.theme
发布于 2014-05-05 22:31:36
在Web.xml中
<context-param>
<param-name>org.icefaces.ace.theme</param-name>
<param-value>rime</param-value>
</context-param>https://stackoverflow.com/questions/10619417
复制相似问题