If you mean like this:
| <filter>
| <filter-name>Seam Servlet Filter</filter-name>
|
<filter-class>org.jboss.seam.servlet.SeamServletFilter</filter-class>
| </filter>
|
| <filter-mapping>
| <filter-name>Seam Servlet Filter</filter-name>
| <url-pattern>/costService*</url-pattern>
| </filter-mapping>
|
Then it isn't working for me. If you mean something else, can you be more specific.
Searching for contextFilter in the docs yields nothing.
Sorry to be so dense:(
Devon
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4029172#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...