我喜欢在jsf页面中为ace组件(icefaces)添加css默认样式,我不知道我应该在jsf页面中包含哪些css样式的路径。对于冰组件,我有以下css路径。
<link href="#{request.contextPath}/xmlhttp/css/rime/rime-portlet.css" rel="stylesheet" type="text/css"/>
提前感谢。
答案 0 :(得分:0)
答案 1 :(得分:0)
在Web.xml中
<context-param>
<param-name>org.icefaces.ace.theme</param-name>
<param-value>rime</param-value>
</context-param>