How to configure rime style in ICEfaces 3
Posted
by
fresh_dev
on Stack Overflow
See other posts from Stack Overflow
or by fresh_dev
Published on 2012-03-19T10:02:13Z
Indexed on
2012/03/19
10:03 UTC
Read the original article
Hit count: 289
icefaces
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.
© Stack Overflow or respective owner