[jboss-user] [JBoss Seam] - Re: Seam CVS+JBoss 4.2+Trinidad
lowecg2004
do-not-reply at jboss.com
Tue May 29 20:00:18 EDT 2007
I'm using latest CVS Seam with Trinidad, Facelets 1.12 and Ajax4Jsf without getting the exception you're seeing. Set up your Ajax4Jsf filter mapping as follows:
<filter-mapping>
| <filter-name>ajax4jsf</filter-name>
| <servlet-name>Faces Servlet</servlet-name>
| <dispatcher>REQUEST</dispatcher>
| <dispatcher>FORWARD</dispatcher>
| <dispatcher>INCLUDE</dispatcher>
| </filter-mapping>
Does that make any difference?
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4049564#4049564
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4049564
More information about the jboss-user
mailing list