How to configure rime style in ICEfaces 3
- by fresh_dev
in icefaces 2 i was configuring rime style as follows:
<h:head>
<link href="./xmlhttp/css/xp/xp.css" rel="stylesheet" type="text/css"/>
</h:head>
<h:body styleClass="ice-skin-rime">
</h:body>
<h:outputStylesheet library="org.icefaces.component.skins" name="rime.css" />
and i was wondering how to configure it in icefaces 3
because i tried the following and it doesn't work
<context-param>
<param-name>org.icefaces.ace.theme</param-name>
<param-value>rime</param-value>
</context-param>
please advise thanks.