[jboss-user] [JBoss Seam] - Ajax4jsf filter used with Seam
petemuir
do-not-reply at jboss.com
Fri May 4 08:06:39 EDT 2007
In Seam CVS and 1.3 when it is released, Seam installs the ajax4jsf filter as part of it's master filter, and installs it before Seam's built in filters. So, for Seam + a4j, the first filter in the list should be:
<filter>
| <filter-name>Seam Filter</filter-name>
| <filter-class>org.jboss.seam.web.SeamFilter</filter-class>
| </filter>
|
| <filter-mapping>
| <filter-name>Seam Filter</filter-name>
| <url-pattern>/*</url-pattern>
| </filter-mapping>
Don't worry, if you leave the a4j filter in web.xml it doesn't break anything!
View the original post : http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4043158#4043158
Reply to the post : http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&p=4043158
More information about the jboss-user
mailing list