[jboss-user] [JBoss Seam] - Re: GF with Seam 1.3 - Caused by: java.lang.UnsupportedOpera
fernando_jmt
do-not-reply at jboss.com
Wed Jun 6 09:56:01 EDT 2007
- 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
More information about the jboss-user
mailing list