CSS styles path for ACE components

2.6k Views Asked by At

I like to add css default styles for ace components ( icefaces) in jsf page and i dont know what path of css styles i should include in jsf page. For ice components i have following css path.

<link href="#{request.contextPath}/xmlhttp/css/rime/rime-portlet.css" rel="stylesheet" type="text/css"/>

thanks in advance.

2

There are 2 best solutions below

3
On

Is that what ure looking for ?? http://wiki.icesoft.org/display/ICE/ace.theme

0
On

In the Web.xml

<context-param>
    <param-name>org.icefaces.ace.theme</param-name>
    <param-value>rime</param-value>
</context-param>