Your web.xml contains the following code?
| <filter>
| <filter-name>Seam Filter</filter-name>
| <filter-class>org.jboss.seam.servlet.SeamFilter</filter-class>
| </filter>
|
| <filter-mapping>
| <filter-name>Seam Filter</filter-name>
| <url-pattern>/*</url-pattern>
| </filter-mapping>
|
See also
http://docs.jboss.com/seam/2.0.1.CR1/reference/en/html/configuration.html...
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119651#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...