The Seam context filter does require a different mapping to JSF.
wrap your work in a ContextualHttpServletRequest
new ContextualHttpServletRequest() {
public void process() {
// Do you work
}
}.run();
View the original post :
http://www.jboss.com/index.html?module=bb&op=viewtopic&p=4119721#...
Reply to the post :
http://www.jboss.com/index.html?module=bb&op=posting&mode=reply&a...