- You should update the XML namespace for your configuration files to 1.3.
- Your web.xml pointed to web-app_2_5.xsd
- If you are suing Ajax4JSF you must change the VIEW_HANDLER as follows:

  |  <context-param>
  |         <param-name>org.ajax4jsf.VIEW_HANDLERS</param-name>
  |         <param-value>com.sun.facelets.FaceletViewHandler</param-value>
  |     </context-param>
  | 
And the Filter for Ajax4JSF is no longer needed, SeamFilter adds it.

- The com.sun.faces.config.ConfigureListener in web.xml is no longer needed.

View the original post : 
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4051732#4051732

Reply to the post : 
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4051732
_______________________________________________
jboss-user mailing list
jboss-user@lists.jboss.org
https://lists.jboss.org/mailman/listinfo/jboss-user

Reply via email to