[jboss-user] [JBoss Seam] - Re: How to get a seam components in Filters ?

Lundegaard do-not-reply at jboss.com
Mon Jan 14 09:27:33 EST 2008


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



More information about the jboss-user mailing list