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#d0e13797

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

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

Reply via email to