[jboss-user] [JBoss Seam] - Re: ICEfaces v1.6.0 DR#3

gus888 do-not-reply at jboss.com
Fri Apr 20 10:24:26 EDT 2007


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#4039287

Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4039287



More information about the jboss-user mailing list