Settings for using JViews JSF components in ICEfaces

You are assumed to be familiar with Web application development using JSF technologies. You need to have JViews 8.5 or above and ICEfaces 1.7.2 or above installed. You can go to http://www.icefaces.org to download a more recent version of ICEfaces. If you use Eclipseâ„¢ , ICEfaces also has a plug-in for this environment.
Since JViews 8.5, JViews JSF components support ICEfaces completely. JViews requires the standard request mode of ICEfaces. This is the mode in which ICEfaces interoperates with third-party components. To set this mode, you need to add the following element to the web.xml file of your Web application.
<context-param>
   <param-name>com.icesoft.faces.standardRequestScope</param-name>
   <param-value>true</param-value>
</context-param>
For other settings required by JViews JSF components, see JViews JSF application configuration.
For more settings and concrete examples, look at the code sample installed in <install-dir> /jviews-maps89/codefragments/jsf-maps-ice.