This is great news. I used the ICEfaces v1.6.0 DR#3 to run Seam CVS20070417 icefaces
example on JBoss AS4.2.0.CR2, no exception happens again, but you have to add the
following codes in web.xml:
* This parameter indicates to ICEfaces to use the standard JSF implementation of EVENT
scope. ICEfaces applications that do not use Seam may set this false, and store
application information within the RequestMap in the ExternalContext for longer than a
single Request or Server initiated render cycle.
<context-param>
| <param-name>com.icesoft.faces.standardRequestScope</param-name>
| <param-value>true</param-value>
| </context-param>
* The following Listener must also be defined in your web.xml file:
<listener>
|
<listener-class>com.icesoft.faces.webapp.http.servlet.SessionDispatcher$Listener</listener-class>
| </listener>
|
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4039287#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...