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

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

Reply via email to